Skip to main content
PUT
{base_url}
/
admin
/
rate-limits
Error
A valid request URL is required to generate request examples
{
  "rate_limits": [
    {
      "created_at": "<string>",
      "in_flight": 123,
      "max_requests": 123,
      "max_tokens": 123,
      "period_label": "<string>",
      "period_seconds": 123,
      "requests_remaining": 123,
      "requests_used": 123,
      "scope": "<string>",
      "source": "<string>",
      "subject": "<string>",
      "tokens_remaining": 123,
      "tokens_used": 123,
      "updated_at": "<string>",
      "user_path": "<string>",
      "window_end": "<string>",
      "window_start": "<string>"
    }
  ],
  "server_time": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Rate limit key and limits

limit_key
object
max_requests
integer
max_tokens
integer
scope
string
subject
string
user_path
string

Response

OK

rate_limits
object[]
server_time
string