Overview
Partoo enforces rate limiting to ensure fair and stable use of the API across all users.By default, each organization is allowed 300 requests per minute.
Rate Limit Headers
When rate limits are exceeded, the API returns:- HTTP status
429 - A
Retry-Afterheader specifying when to retry
Tips to Avoid Rate Limiting
For retry strategies, see our Retry Tips page.