List tokens (Cloud-only)

List all client side access tokens for the current account. This is only available for cloud users.

Headers

AuthorizationstringRequired

Header authentication of the form Bearer <token>

Query parameters

agentIdstringOptional
The agent ID to filter tokens by. If provided, only tokens for this agent will be returned.
offsetintegerOptionalDefaults to 0
The offset for pagination. Defaults to 0.
limitintegerOptionalDefaults to 10
The number of tokens to return per page. Defaults to 10.

Response

200
tokenslist of objects
hasNextPageboolean