Fairmatic APIs
Before you start with Fairmatic APIs, you will need Fairmatic API key to authenticate your requests.
You can find this key in Fairmatic dashboard "Settings" page.

Authentication
The requests will be authenticated using apikey which needs to be sent in Authorization header as shown below.
Authorization : APIKEY \<fm_api_key>
Pagination
We allow paginated response for list APIs, based on two get query params.
limit
-> defines the no of elements per page, different APIs will have different allowed max limit
page
-> defines the page number
In response, we will provide, total count of results, current page number and next page number.
Next page number will be null incase of last page.
Rate Limit
We have rate limit at API level for each fleet. All APIs are rate limited at 5000 requests per minute per fleet. We take into consideration all authenticated API calls including 200 and non 200 response status requests.