The Media Delivery Reports API imposes a rate limiting constraint of 20 requests per minute to ensure access to all clients. Exceeding the limit results in a 429 error response.
The API responds with these HTTP headers to provide detail about how close it is to this limit:
-
X-RateLimit-Limit
: 20 requests per minute. -
X-RateLimit-Next
: Once theX-RateLimit-Limit
has been reached, this represents the UTC time you can issue another individual request. -
X-RateLimit-Remaining
: Number of remaining requests allowed during the period. This value increments until it equals theX-RateLimit-Limit
again.