v64

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-03124241726.5 KB
API Keys

Get API key

Returns a single API key including the full unmasked token. Useful for retrieving a stored token by id without rotating it.

get/v1/api-keys/{apiKeyId}

Path parameters

apiKeyIdstring required

API-key identifier.

API-key identifier.

Response

API key

idstring required

Stable API-key identifier.

organizationIdstring required

Organization that owns this API key.

namestring required

Human-readable name.

tokenstring required

The full API key token. Returned by create / get / update — store it securely; treat it as a password.

lastUsedAtstring nullable required

ISO-8601 timestamp of the most recent successful authentication. null until first use.

deletedAtstring nullable required

ISO-8601 timestamp at which the key was revoked. null while the key is active.

createdAtstring required

ISO-8601 timestamp of creation.

updatedAtstring required

ISO-8601 timestamp of the last metadata update (rename, revoke, last-used touch).