---
title: "Token:Browse"
method: GET
path: "/tokenization/tokens"
tags: ["Tokens"]
---

# Token:Browse

`GET /tokenization/tokens`

Get all vault tokens for the authenticated merchant

## Query parameters

- `code` object
  - `eq` string — Get results that equal the given value
  - `neq` string — Get results that do not equal the given value
- `created` object
  - `eq` string, date — Get results that equal the given value
  - `neq` string, date — Get results that do not equal the given value
  - `gt` string, date — Get results that are greater than the given value
  - `gte` string, date — Get results that are greater than or equal to the given value
  - `lt` string, date — Get results that are less than the given value
  - `lte` string, date — Get results that are less than or equal to the given value
- `lastUsed` object
  - `eq` string, date — Get results that equal the given value
  - `neq` string, date — Get results that do not equal the given value
  - `gt` string, date — Get results that are greater than the given value
  - `gte` string, date — Get results that are greater than or equal to the given value
  - `lt` string, date — Get results that are less than the given value
  - `lte` string, date — Get results that are less than or equal to the given value
- `payer` object
  - `eq` string — Get results that equal the given value
  - `neq` string — Get results that do not equal the given value
  - `like` string — Get results that are similar to the given value
  - `nlike` string — Get results that are not similar to the given value
- `merchant` object
  - `eq` string — Get results that equal the given value
  - `neq` string — Get results that do not equal the given value

## Response `200`

Ok.

- object
  - `total` integer
  - `count` integer
  - `pages` integer
  - `tokens` object[]
    - `code` string
    - `token` string
    - `numberOfTransactions` integer
    - `payer` object
      - `consumerName` string
      - `maskedPAN` string
      - `customerKey` string
    - `expiryDate` string, date
    - `paymentMethod` object
      - `id` integer
      - `name` string
    - `merchant` object
      - `code` string
      - `name` string
      - `status` string
    - `lastUsedAt` string, date-time
    - `createdAt` string, date-time
    - `createdBy` string
  - `_links` object[]
    - `href` string
    - `rel` string
    - `type` string

## Other responses

- `401` — Unauthorized. Supplied credentials are invalid
- `403` — Forbidden. Supplied credentials have no rights
- `405` — Used HTTP method is not allowed
- `406` — Not acceptable. The supplied content type in the accept parameter in the header is not supported
- `429` — Rate limit reached.
- `500` — An internal error occurred

---

[API](https://skmtc.net/pay/apis/pay-transaction-gateway-unit-api.md) · [All operations](https://skmtc.net/pay/apis/pay-transaction-gateway-unit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pay/pay-transaction-gateway-unit-api/versions/2bc260c7bdfc/schema)
