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