Get a single API key.
User Access Keys
Get a single API key.
Get metadata for a single API key owned by the authenticated user. Returns 404 if the API key is not found or belongs to another user.
GET
Get a single API key.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The public API key identifier (e.g. fkh_a1b2c3d4). Used for lookups, deletion, and updates.
Public API key identifier (e.g. fkh_a1b2c3D4). Composed of the prefix (e.g. "fkh_") followed by a base64url-encoded random suffix containing uppercase and lowercase letters, digits, hyphens, and underscores. Used for lookups, deletion, and updates.
Required string length:
12 - 16Pattern:
^[a-z0-9]+_[A-Za-z0-9_-]+$Response
API key metadata.