latestOpenAPI 3.0.0Terms and conditions2026-08-1954111132.1 KB

df0d980eb1e3

Introspection

Returns the current API key's authorization context — its bound user, granted scopes, and any resource-scope narrowing. Useful for AI clients (MCP) to hide tools that the key cannot use, instead of failing at the first request.

get/me/api-key

Response

API key introspection

userIdstring required

The user this key authenticates as.

accountIdstring required

The account this key belongs to.

scopesstring[] required

Granted granular scope strings (already normalized).

mcpAccessboolean required