Get a specific service account credential
Path parameters
Organization ID or label identifier
Organization ID or label
Identifier for API resources. A 26-char nanoid (URL/DNS safe).
Service account ID
Identifier for API resources. A 26-char nanoid (URL/DNS safe).
Credential ID
Query parameters
Fields to expand in the response. Supports "permissions" to include the permissions field with the caller's permissions for the resource. For list organization identities only, "total_count" populates pagination.total_count with the number of identities matching the same filters as the list (excluding cursor and limit). Other operations ignore expand values they do not use.
Headers
Unique request identifier specified by the originating caller and passed along by proxies.
Response
Credential details (without secret)
Example response
{
"id": "ab3def8hij2klm9opq5rst7uvw",
"client_id": "A1b2C3d4E5f6G7h8I9j0K",
"permissions": {
"organizations": {
"read": true,
"update": true
},
"users": {
"read": true,
"list": true
}
}
}