Steps
Below is the basic journey to requesting your first insurance(s)1
Authorization
Get a an authorization token to use all our API’s. Click for more details.
Or go directly to Authorization API
Or go directly to Authorization API
2
Issue policies for your customers
Provide the customer details such as age, name etc… Click for more details.Or go directly to Issue policies API
Authorization
To access any of our API’s. You need to authorize yourself. We are using OAuth 2.0 client credentials to achieve that.You will need
client_id
and client_secret
. You can get these from your portal.After making the request, you will get access_token in the response. Example
Authorization: Bearer <access_token>
Go to the following link to use the Authorization API.
For security reasons. Do not make your client_id and client_secret public in your platform.