Client Tokens
List Client Tokens for service_account, account_user, or account_admin_user actors
get/actors/{actor_id}/client_tokens
Path parameters
actor_idstring required
Actor ID
Query parameters
limitinteger
Limit Client Tokens returned
page_cursorstring
Next/Prev page cursor
Response
Client Token List 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",
"updated_at": "2025-01-15T12:34:56.789Z"
}
],
"metadata": {
"count": 1,
"limit": 10,
"next_page": null,
"prev_page": null
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.