Gets a safe API key detail row for a key the caller can access.
Returns the API key row with a safe token preview.
Authorizations
Authorization header using the Bearer scheme. Accepted values are Leadping user JWT access tokens and WorkOS organization API keys beginning with sk_.
Path Parameters
Response
The API key detail was successfully retrieved.
Safe identifying and usage metadata for an organization API key. This model never contains the secret credential.
Unique identifier of the API key.
Human-readable name of the API key.
Organization that owns the API key.
Whether the API key can currently authenticate requests.
Masked value that can be used to identify the key without revealing its secret.
Permission slugs granted to the API key.
Date and time when the API key was issued.
Date and time when the API key was first used.
Date and time when the API key was last used.
Date and time when the API key expires, or null when it does not expire.
Total number of tracked uses.
Date and time when Leadping began tracking the API key.
Date and time when the tracked API-key metadata was last modified.

