Skip to main content
GET
Get Effective Rate Limit

Authentication

Supports both Firebase and API Key authentication.

Path Parameters

string
required
The client identifier (e.g., client_abc123)

Example Request

Response

string
Where the limit comes from: override, tier, or none
string
Client identifier
integer
Maximum requests per window
integer
Time window in seconds
integer
Override ID (if source is override)

Example Response (Override)

Example Response (Tier)

Example Response (No Config)

Resolution Order

  1. Override - Client-specific override (if active)
  2. Tier - Default tier configuration (if active)
  3. None - No rate limit configured

Errors