List access token templates

get/api/v2/user/accesstokentemplate

Returns all access token templates belonging to the authenticated user. Results are paginated using cursor-based pagination. Use the prevId query parameter with the nextBatchPrevId value from the previous response to fetch the next page. Defaults to 25 results per page; maximum is 100.

Query Parameters

  • limitstring<number>
    Maximum number of results to return (default: 25, max: 100)
  • prevIdstring
    Cursor for pagination; use the `nextBatchPrevId` value from the previous response

200 Response

accessTokenTemplates array[object] required
id string required
name string required
userId string required
enterpriseId string
tokenScopes array[string]
allowedIPs array[string]
tokenLimits object
createdAt string <date-time>
updatedAt string <date-time>
nextBatchPrevId string

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

401 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id