Get Started
APIs process flowThe complete process of purchasing any service is divided into multiple steps. While the overall workflow remains the same for all products, the “Create Quote” and “Submit Required Data” steps vary based on the specific requirements of each product.
Authorization
All the APIs are secured with token and encrypted private key.
Get Token
Its required to call any get token API from Bima, you can use below API to create new token which is valid for 24 hours.
You need to make a POST call to the following url :
/v1/Auth/GetToken
Required header keys with encrypted values:
| Key | Description |
|---|---|
| api-secret-Key | Phone number of customer, later allowed to get customer's sepecific data |
| api-secret-id | Date time stamp + end-point |