Retrieve admin API key
Retrieve a single organization API key
get/organization/admin_api_keys/{key_id}
Path parameters
key_idstring required
The ID of the API key.
Response
Details of the requested API key.
Example response
{
"id": "key_abc",
"name": "Administration Key",
"redacted_value": "sk-admin...def",
"created_at": 1711471533,
"expires_at": 1714063533,
"last_used_at": 1711471534,
"owner": {
"type": "user",
"object": "organization.user",
"id": "sa_456",
"name": "My Service Account",
"created_at": 1711471533,
"role": "owner"
}
}