Create a case
How to create a case.
Prerequisite
You have successfully obtained an access token in our Authentication guide.
To get started, we provide a recipe that will create 3 entities in the API through the /cases
endpoint:
- case
- policy
- proprietor
It is possible to create a proprietor only through the
/proprietors
endpoint!You can find more information about these entities in the Into to our API design
📁
Create an insurance case with proprietor
Open Recipe
Once you have created a case, you can follow the recipe below to create a verification that is linked to the proprietor in that case.
✔️
Create a front ID card verification
Open Recipe
There are a lot of customizations possible to suit your use cases.
You can find more information about these customizations in the Verification configuration
Updated almost 2 years ago