Authenticate your API requests using a Client ID and Secret.
Basic
and then the Base64 encoding of the string $clientId:$clientSecret
.
For example, if your Client ID is “key” and your Client Secret is “secret”, your requests should contain the header:
429
.
Sequence has a global rate limit of 1,500 API requests per minute per API key. The POST /usage-events
endpoint has a higher limit of 12,000 requests per minute per API key.
Treat these limits as maximums and don’t generate unnecessary load. If you suddenly see a rising number of rate limited requests, please contact support.
We may reduce limits to prevent abuse, or increase limits to enable high-traffic applications. To request an increased rate limit, please contact support.