Tenants
List API keys
Retrieve all API keys for the tenant. Keys are masked for security — only the last 8 characters are shown.
get/api/tenants/me/api-keys
Response
List of API keys with masked values
Example response
[
{
"id": "clx1234567890",
"key": "sk_live_abc123...",
"name": "Production API Key",
"scopes": [
"read",
"write"
]
}
]