The Rate Limit Settings APIs provide operations to manage settings and configurations surrounding rate limiting in your Okta organization.
okta.rateLimits.read
Retrieves the currently configured Rate Limit Admin Notification Settings
OK
Forbidden
Too Many Requests
{- "notificationsEnabled": true
}
okta.rateLimits.manage
Replaces the Rate Limit Admin Notification Settings and returns the configured properties
Success
Bad Request
Forbidden
Too Many Requests
{- "notificationsEnabled": true
}
{- "notificationsEnabled": true
}
okta.rateLimits.read
Retrieves the currently configured Per-Client Rate Limit Settings
OK
Forbidden
Too Many Requests
{- "defaultMode": "ENFORCE"
}
okta.rateLimits.manage
Replaces the Per-Client Rate Limit Settings and returns the configured properties
Success
Bad Request
Forbidden
Too Many Requests
{- "defaultMode": "ENFORCE"
}
{- "defaultMode": "ENFORCE"
}
okta.rateLimits.read
Retrieves the currently configured threshold for warning notifications when the API's rate limit is exceeded
OK
Forbidden
Too Many Requests
{- "warningThreshold": 66
}
okta.rateLimits.manage
Replaces the Rate Limit Warning Threshold Percentage and returns the configured property
Success
Bad Request
Forbidden
Too Many Requests
{- "warningThreshold": 66
}
{- "warningThreshold": 66
}