---
title: "List access token templates"
method: GET
path: "/api/v2/user/accesstokentemplate"
tags: ["User"]
---

# 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

- `limit` string, number
- `prevId` string

## Response `200`

OK

- object
  - `accessTokenTemplates` object[], required
    - `id` string, required
    - `name` string, required
    - `userId` string, required
    - `enterpriseId` string
    - `tokenScopes` string[]
    - `allowedIPs` string[]
    - `tokenLimits` TokenLimits
      - `spendingLimits` object[]
        - `coin` string, required
        - `txValueLimit` string
        - `maxLimit` boolean
      - `allErc20TokensLimit` AllErc20TokensTemplateLimit
        - `enabled` boolean
        - `txValueLimit` string
        - `maxLimit` boolean
    - `permittedEnterprises` string[]
    - `permittedWallets` string[]
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
  - `nextBatchPrevId` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.net/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/e445c15e5bee/schema)
