API Reference
Rate Limits
Terminal enforces API Rate Limits to protect against traffic spikes impacting our system and other Terminal customers.
Global Rate Limits
Every endpoint enforces the following rate limits:
- Per Connection
- Each connection token may make 100 API requests per second
- Per Application
- Each application may make 400 API requests per second
This means that if you have multiple connections, you may make up to 100 requests per second per connection with a maximum of 400 requests per second across all connections.
Handling Rate Limit Errors
When you exceed the rate limit, you will receive a 429 Too Many Requests
error. The response body will contain a Retry-After
header with the number of seconds you should wait before retrying the request.