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

## Changes

- **2026-07-20** (v1) `c3d956efeb4f` — 1 info
  - endpoint added
- **2021-03-05** (v1) `e207b4895000` — 1 breaking
  - api path removed without deprecation

[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/c3d956efeb4f/schema)
