Limitations
1. Rate Limits Per Token
The default limits are as follows:
- Read operations: (GET, HEAD, OPTION) Up to 60 requests per minute.
- Write operations: (POST, PUT, PATH, DELETE) Up to 30 requests per minute.
For customers with greater throughput requirements, please contact our API Support Team at [email protected]
To help you better manage your API usage, we have the following headers:
- X-RateLimit-Limit: Shows your allowed rate limit.
- X-RateLimit-Remaining: Displays how many requests you have left in the current window.
- When you exceed the rate limit and receive a
429 Too Many Requests
response, we will also include a Retry-After header, indicating when you can retry the request.
If your integration needs exceed the standard limits, please reach out to discuss a tailored solution.
2. OAuth Application and Personal Access Token Limits
- A maximum of 3 OAuth applications can be created per account.
3. Pagination
- Default page size: 20 items.
- Maximum page size: 100 items.
Updated 13 days ago