Understand and resolve common API errors
message
: A detailed description of the error.status_code
: The HTTP status code of the error.status
: A short description of the status code.x-api-token
header of your request./subscription
endpoint.page_size
from 1000 to 100
for complex queries.from_
date is
not greater than the to_
date, and check for correct parameter formats as
described in the documentation.correlation-id
in the response headers. When
reporting errors or contacting support, always include this ID to help us
quickly identify and resolve your issue.
429
(Too
many requests) or 503
(Service unavailable), implement retries with
exponential backoff to avoid overwhelming the server.