---
title: "List"
method: POST
path: "/Token/List"
tags: ["Tokens"]
---

# List

`POST /Token/List`

This endpoint returns a list of tokens for a specific terminal.

## Headers

- `api-key` string, required
- `secret-key` string, required

## Request body

- object
  - `terminal_uid` string, required — Terminal unique identifier
  - `customer_uid` string — Filter by customer unique identifier. If provided, the endpoint will return only tokens associated with this customer.
  - `skip` string — Optional, from where you want to start take records.
  - `take` string — Optional, required if skip have some value. Max 500. This means that you want take 5 records.
  - `filter` object — filter parameters
    - `name` string — Filter by card name or nickname. If provided, the endpoint will return only tokens with this name.

## Response `200`

200

- object
  - `results` object
    - `status` string
    - `code` integer
    - `description` string
  - `data` object[]
    - `card_date_mmyy` string
    - `last_4_digits` string
    - `token` string
    - `customer_uid` string
    - `name` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/payplus/apis/payplus-api-documentation-production.md) · [All operations](https://skmtc.dev/payplus/apis/payplus-api-documentation-production/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/payplus/payplus-api-documentation-production/revisions/2a893057392b/schema)
