Feedback

API Request Throttling

We have client based as well 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 code.

If you find yourself frequently bumping up against the 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.