---
title: "List network tokens"
method: GET
path: "/paymentInstruments/{id}/networkTokens"
tags: ["Payment instruments"]
---

# List network tokens

`GET /paymentInstruments/{id}/networkTokens`

List the network tokens connected to a payment instrument.

## Path parameters

- `id` string, required

## Response `200`

OK - the request has succeeded.

- ListNetworkTokensResponse
  - `networkTokens` NetworkToken[] — List of network tokens.
    - `brandVariant` string — The card brand variant of the payment instrument associated with the network token. For example, **mc_prepaid_mrw**.
    - `creationDate` string, date-time — Date and time when the network token was created, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) extended format. For example, **2025-03-19T10:15:30+01:00**..
    - `device` DeviceInfo
      - `formFactor` string — The type of device used to provision the network token.
      - `osName` string — The operating system of the device used to provision the network token.
      - `phone` PhoneInfo
        - `hashedNumber` string — The hashed value of the phone number used to provision the network token.
        - `lastFourDigits` string — The last four digits of the phone number used to provision the network token.
        - `number` string — The full phone number of the device used to provision the network token.
    - `id` string — The unique identifier of the network token.
    - `paymentInstrumentId` string — The unique identifier of the payment instrument to which this network token belongs to.
    - `status` 'active' | 'inactive' | 'suspended' | 'closed' — The status of the network token. Possible values: **active**, **inactive**, **suspended**, **closed**.
    - `tokenLastFour` string — The last four digits of the network token `id`.
    - `tokenRequestor` NetworkTokenRequestor
      - `id` string — The id of the network token requestor.
      - `name` string — The name of the network token requestor.
    - `type` string — The type of network token. For example, **wallet**, **cof**.

## Other responses

- `400` — Bad Request - a problem reading or understanding the request.
- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `422` — Unprocessable Entity - a request validation error.
- `500` — Internal Server Error - the server could not process the request.

---

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