| Header | Required | Description |
|---|---|---|
X-API-Key | Yes | Your organization’s API Key. |
X-API-Secret | Yes | API Secret associated with that key. |
Content-Type | Yes (when there is a body) | application/json for requests with a body. |
Response for invalid credentials
If the API Key or API Secret is missing or incorrect, the API will respond with 401 Unauthorized and a body like:"API Key required", "API Secret required", "API Key or Secret invalid".
Rate limit
- 1000 requests per hour per organization.
- Responses include the
X-RateLimit-Remainingheader with remaining requests in the current window.
