Authentication
Use your customer API key
Every API request must include the API key from the user dashboard. This key identifies the customer account and limits responses to that customer only.
Headers
Authorization: Bearer YOUR_API_KEY Accept: application/json
Postman setup
In Postman, paste the endpoint URL into the URL field. Add the API key in the Authorization tab as Bearer Token, or add the header manually.
Manual headers
Authorization: Bearer YOUR_API_KEY Accept: application/json