Base URL
All API requests are made to:Base URL
Authentication
Authenticate by first obtaining an access token from:Token endpoint
Authorization header on every API request:
Authorization header
Request format
All request bodies should be JSON withContent-Type: application/json.
Response codes
| Code | Meaning |
|---|---|
200 | OK — request succeeded |
201 | Created — resource created successfully |
400 | Bad Request — invalid parameters |
401 | Unauthorized — invalid or missing access token |
422 | Unprocessable Entity — validation error |
429 | Too Many Requests — rate limit exceeded |
500 | Internal Server Error |