Skip to main content

Verify the calling key

GET 

/api/v1/partner/settings/api-keys/verify

Return the routes and presets the API key making this request grants. Authenticate with the key itself (Authorization: Bearer <key>); returns 401 if the key is missing, revoked, or expired. Intended for SDKs to check a key is valid for what they need.

Request

Responses

The effective scope of the calling API key

Schema
    routes string[]required

    Possible values: non-empty

    presets string[]required

    Possible values: non-empty

    expires_at date-time
Loading...