Skip to main content
GET
Check your rate limit status

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Successful Response

Current rate limit status for the caller.

requests_remaining
integer
required

Requests left in the current window.

limit
integer
required

Total requests allowed per window.

resets_in_seconds
integer
required

Seconds until the window resets.

status
string
required

One of: ok, approaching_limit, at_limit.