Management Keys
List API keys
Lists the standard API keys owned by the current user (or a specified organization). This is a management endpoint: if you authenticate with a Bearer token, it must be a Management API Key — a regular sk-bl- key cannot call this. A logged-in session cookie also works (used by the web dashboard). The response never includes the raw key value, only its prefix/suffix.
GET
/api/v1/keysAuthorizations
Authorizationrequiredstring · header
API key as bearer token in the Authorization header.
Query parameters
orgIdstring
Lists keys for the whole organization instead of just the caller's own. The caller must be an org_admin or billing_viewer in that organization, or the request returns 403.
Response examples