mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 04:19:37 +00:00
677 B
677 B
id, title, pagination_label, sidebar_label, sidebar_position, sidebar_class_name, keywords, description, tags
| id | title | pagination_label | sidebar_label | sidebar_position | sidebar_class_name | keywords | description | tags | ||
|---|---|---|---|---|---|---|---|---|---|---|
| rate-limit | Rate Limiting | Rate Limiting | Rate Limiting | 6 | rateLimit |
|
ISC API rate limits. |
|
Rate Limits
There is a rate limit of 100 requests per access_token per 10 seconds for V3 API calls through the API gateway. If you exceed the rate limit, expect the following response from the API:
HTTP Status Code: 429 Too Many Requests
Headers:
- Retry-After: [seconds to wait before rate limit resets]
:::info
Specific APIs may have different rate limiting. Refer to their specifications for this information.
:::