Client Tokens
Show a Client Token for service_account, account_user, or account_admin_user actors
get/actors/{actor_id}/client_tokens/{id}
Path parameters
actor_idstring required
Actor ID
idstring required
Client Token ID
Response
Client Token Response
Example response
{
"actor_id": "43a7f82f-831a-4a9d-8f17-c66c2bb6e205",
"expires_at": "2025-01-15T12:34:56.789Z",
"id": "42a7f82f-831a-4a9d-8f17-c66c2bb6e205",
"inserted_at": "2025-01-15T12:34:56.789Z",
"token": "secret-token-here",
"updated_at": "2025-01-15T12:34:56.789Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.