GoTo Developer

Rate Limiting

Every day thousands of developers make requests to the GoTo APIs. To help manage the volume of these requests, limits are placed on the number of requests that can be made. These limits help us provide the reliable and scalable API that our developer community relies on. Each API has a maximum number of requests that can be made in a given time interval. When this limit is reached, an error is returned. The error response with return a 429 HTTP status code. Rate limits are applied per API.

Rate Limits

The maximum number of requests that can be made to the API is determined by the rate limit. Limits are applied to all API endpoints. If you exceed the limit, you will receive a 429 HTTP status code.

API Rate Limit
default 10 requests per second

Custom Rate Limits

If these rate limits are not sufficient for your application, you can request a custom rate limit. To request a custom rate limit, please contact developer-support@goto.com. Including information about your application; its client ID, your use case, and the maximum number of requests you expect to make per second.