users
List Api Keys
List all API keys for the current user (masked).
Returns key prefix and last 4 characters for identification.
GET
List Api Keys
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Successful Response
Key identifier (UUID).
Label assigned to this key.
First 7 characters of the key (e.g., 'sk_a1b2').
Last 4 characters of the key for identification.
Whether the key is active. Revoked keys show as false.
ISO 8601 timestamp when the key was created.
ISO 8601 timestamp of last use, or null if never used.
List Api Keys

