π¦ Welcome
This documentation covers Turaco's API functionality, including endpoints for fetching products, creating customers, fetching policies for all or individual customers, and for making payments against a customer policy.
With the Turaco API, you can:
- Submit customer KYC information along with next of kin details
- Create policies for your customers
- View the customers and policies you've created
- View products and product packs that have been set up for your organization
- Notify the Turaco claims team of customer claims
Keep reading to understand the potential use cases or dig into our API documentation to explore our API through the interactive API explorer, API console, and code samples in your favorite languages.
ποΈ Security
The API is secured and requires an API token passed in the Authorization header using the Bearer scheme to authenticate requests.
Authorization: Bearer <<token>>
π Pagination for list APIs
All the APIs fetching lists of items support the following query parameters:
Parameter | Description |
---|---|
page | Current page being fetched. Defaults to 0 |
size | Size of the page being fetched. Defaults to 10 |
order | The sorting of the results. Defaults to id,asc |