v1
latestOpenAPI 3.0.32026-07-22194221292.5 KBservice_accounts
List service account API keys
Returns all long-lived API keys created for a service account. API keys provide an alternative to OAuth for simpler authentication scenarios.
get/service_accounts/{clientId}/api_keys
Response
successful operation
Example response
[
{
"expires_in": "30d",
"id": "ak_abc123def456",
"name": "CI/CD Pipeline Key",
"sub_type": "user"
}
]