Skip to main content

Introspect the calling key's scopes and the API's policy

GET 

/api/v1/meta

Returns the calling key's granted scopes plus the contract version, the full scope vocabulary, and the rate-limit policy. Requires a valid bearer key but NO specific scope — it reveals only the key's own grants and public constants, never tenant data. Rate-limited.

Responses

Key + API metadata

Response Headers
    RateLimit-Limit

    Per-minute request ceiling for this key's tier.

    RateLimit-Remaining

    Requests left in the current window (floored at 0).

    RateLimit-Reset

    Seconds until the window resets.