Postman collection
Try the API interactively with the Postman collection.Base URL
Authentication
Send your API token in theAuthorization header:
| Header | Value |
|---|---|
Accept | application/json |
Authorization | Bearer {API_TOKEN} |
api_token as a query parameter for URL-based requests. Use the Authorization header for production integrations.
Response convention
Successful responses includestatus: "success". Failed requests include status: "fail" with a details message when available.