---
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, **2020-12-18T10:15:30+01:00**..
    - `device` DeviceInfo
      - `cardCaptureTechnology` string — The technology used to capture the card details.
      - `deviceName` string — The name of the device.
      - `formFactor` string — The form factor of the device to be provisioned.
      - `imei` string — The IMEI number of the device being provisioned.
      - `isoDeviceType` string — The 2-digit device type provided on the ISO messages that the token is being provisioned to.
      - `msisdn` string — The MSISDN of the device being provisioned.
      - `osName` string — The name of the device operating system.
      - `osVersion` string — The version of the device operating system.
      - `paymentTypes` string[] — Different types of payments supported for the network token.
      - `serialNumber` string — The serial number of the device.
      - `storageTechnology` string — The architecture or technology used for network token storage.
    - `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`.
    - `type` string — The type of wallet the network token is associated with. For example, **applePay**.

## 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.

## Changes

- **2024-01-16** (v2) `24691235e721` — 1 info
  - the endpoint scheme security `clientKey` was added to the API
- **2023-11-14** (v2) `12a0c6036e6b` — 10 warning
  - removed the optional property `response/paths` from the response with the `400` status
  - removed the optional property `response/paths` from the response with the `401` status
  - removed the optional property `response/paths` from the response with the `403` status
  - removed the optional property `response/paths` from the response with the `422` status
  - …6 more

[Change history](https://skmtc.dev/adyen/apis/balanceplatformservice/changes/paymentInstruments/:id/networkTokens/get.md)

---

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