Feedback

Usage Limits

Usage constraints in place to protect the API.

API Request Throttling

We have client-based as well as service-based throttling limits in place. The limits are generous and should not impact normal usage.

The best way to mitigate against the impact of having your requests throttled is to ensure your integration is built with a backoff and retry strategy should you receive a 429 or 503 http response codes.

If you find that you're frequently hitting limits, please reach out to us.

Response Payload

Our API response payload sizes are limited to ~ 1MB. Pagination kicks in at this point so please ensure your integration can handle paginated responses.