v1
latestOpenAPI 3.0.32026-07-22194221292.5 KBservice_accounts
Create service account API key
Creates a new long-lived API key for a service account. The full key value is only returned once at creation. API keys can have optional expiration dates.
post/service_accounts/{clientId}/api_keys
Request body
Response
successful operation
Example response
{
"expires_in": "30d",
"id": "ak_abc123def456",
"name": "CI/CD Pipeline Key",
"sub_type": "user"
}