List client tokens

Get client tokens for the authenticated user’s tenant. Optionally bounded with offset pagination: pass limit (1-200) to page; when limit is omitted the full list is returned (legacy shape, no pagination object).

Authentication

AuthorizationBearer
API key or Clerk session token

Query parameters

limitstringOptional
offsetstringOptional

Response

List of client tokens (with pagination metadata when limit is provided)

clientTokenslist of objects
paginationobject

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error