Skip to main content
GET
Get information about the authenticated API key

Authorizations

Authorization
string
header
required

API key secret (starts with s_live_). Create keys in the dashboard under Settings → API keys, or via POST /v1/api-keys/. Send it as Authorization: Bearer <secret>.

Response

Successful Response

Response schema for GET /v1/api-keys/me endpoint.

id
string
required
scopes
string[]
required
package_ids
string[] | null
required
org_id
string
required
rate_limit
RateLimitInfo · object
required

Rate limit information for an API key.