Turaco API Documentation

Welcome to the Turaco API

🦜 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:

ParameterDescription
pageCurrent page being fetched. Defaults to 0
sizeSize of the page being fetched. Defaults to 10
orderThe sorting of the results. Defaults to id,asc