Overview
The API’s in this documentation has been designed to seamlessly integrate with Yasmina’s platform, enabling a smooth and efficient exchange of horse 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)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 horse details such as name and owner ID 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.