Get global rate limit profile override
GET
/api/admin/settings/rate-limits/profile-override
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/api/admin/settings/rate-limits/profile-override \ --header 'Authorization: Bearer <token>'Returns the global rate limit profile override, if one is active.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Global rate limit profile override.
Media type application/json
object
profile_override
string | null
kv_key
string
valid_profiles
Array<string>
note
string
key
additional properties
Example
{ "profile_override": null, "kv_key": "rate_limit_profile_override", "valid_profiles": [ "standard", "strict", "loadTest" ], "note": "No profile override set. Endpoints use their default profiles."}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}