Client Tokens
Create a Client Token for a Service Account
post/actors/{actor_id}/client_tokens
Path parameters
actor_idstring required
Actor ID
Request body
Example request
{
"client_token": {
"expires_at": "2025-01-15T12:34:56.789Z"
}
}Response
Client Token Response
Example response
{
"data": {
"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.