---
title: "Token:Transactions"
method: GET
path: "/tokenization/{tokenCode}/transactions"
tags: ["Tokens"]
---

# Token:Transactions

`GET /tokenization/{tokenCode}/transactions`

Get all transactions for a specific token

## Path parameters

- `tokenCode` string, required

## Response `200`

Ok.

- object
  - `total` integer
  - `count` integer
  - `pages` integer
  - `transactions` object[]
    - `code` string
    - `transactionCode` string
    - `type` string
    - `3ds` boolean
    - `amount` object
      - `value` integer
      - `currency` string
    - `consumer` object
      - `email` string
      - `reference` string
      - `ipAddress` string
      - `countryCode` string
    - `createdAt` string, date-time
  - `_links` object[]
    - `href` string
    - `rel` string
    - `type` string

## Other responses

- `400` — Bad request, see response body for more information
- `401` — Unauthorized. Supplied credentials are invalid
- `403` — Forbidden. Supplied credentials have no rights
- `404` — Resource not found
- `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)
