Skip to main content
GET
Current API key context

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Success

user_id
string | null
required

Id of the user the API key belongs to.

tier
string
required

Plan tier, e.g. free, hobby, pro, teams, enterprise.

scopes
string[]
required

Scopes granted to this API key, e.g. read, monitors:write, trackers:write, recommendations:read.

rate_limit
integer
required

Requests allowed per 60-second window for this key: 600 for enterprise/teams, 240 for other paid tiers, 60 for free, unless a per-key override is set.

recommendations_api_enabled
boolean
required

True when the plan includes the Recommendations API (commercial intelligence endpoints).

usage
object
required