Motor Insurance
Seamless insurance for the cars you’re selling and the drivers that are buying from you.
Overview
The API’s in this documentation has been designed to seamlessly integrate with Yasmina’s platform, enabling a smooth and efficient exchange of medical insurance-related data and functionalities. Whether you’re looking to request or manage policies, handle claims, or access customer information, this API provides a robust and secure interface. With clear endpoints and comprehensive support, our goal is to simplify the integration process and ensure that our client can leverage the full potential of our insurance services with minimal effort.
Steps
Below is the basic journey to requesting your first insurance(s)
Authorization
Get a an authorization token to use all our API’s. Click for more details.
Or go directly to Authorization API
Request policies for your customers
Provide the car details such as VIN and Sequence number Click for more details.
Or go directly to Request 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_key
and client_secret
. You can get these from your portal.
After making the request, you will get access_token in the response. Example
Use the access_token and supply in the headers like this Authorization: Bearer <access_token>
Go to the following link to use the Authorization API.
Request policies
To issue policies, you need to execute the Request policies API).