Rate Limiting
Header Name
Description
> HTTP/2 429
> X-RateLimit-Limit: 60
> X-RateLimit-Remaining: 0
> X-RateLimit-Reset: 1377012333
>{
> "success": false,
> "statusCode": 429,
> "message": "The request failed.",
> "data": null,
> "errors": [
> {
> "code": "RateLimitExceeded",
> "message": "API call exceeded rate limit due to too many requests.",
> "correlationId": "a629df38-6ccc-4334-9602-eb64163527ef",
> }
> ]
>}System policy
Last updated