Overview
Metadata about the API key you're authenticating with — the owning organization, granted scopes, and usage timestamps. Call this on startup to confirm your credentials are valid and to check which scopes the key carries before attempting a scoped operation.
Get API Key Info
Use Case
Returns metadata about the authenticated API key, including the organization it belongs to and the scopes it has been granted. A 200 confirms the key is valid; inspect scopes to verify the key can perform the operations your integration needs.
Response Fields
Always `api_key`.
Identifier of the API key making the request.
Display name given to the key when it was created.
The organization the key belongs to. All resources the key can access are scoped to this organization.
Permission scopes granted to the key (e.g. `wallets:read`, `wallets:manage`, `transactions:manage`). Operations outside these scopes return `401`.
API version the key is pinned to.
RFC 3339 timestamp of the most recent request made with this key.
RFC 3339 timestamp of when the key was created.