---
title: "Retrieve information about single-use tokens"
method: GET
path: "/payment-instruments/single-use"
tags: ["Payment Instrument Tokenization"]
---

# Retrieve information about single-use tokens

`GET /payment-instruments/single-use`

Get information relating to a single-use token

## Query parameters

- `tokens` string[], required
- `showPanLeadingChars` boolean

## Response `200`

Map of obfuscated card details, keyed by their single-use token.

- ResponseMapObfuscatedCard — Map of Card-on-Files, keyed by their multi-use token.
  - `id` string — The ID of this request. If you can include these when querying the outcome of individual requests, we can track down the root cause faster.
  - `results` object — Map of obfuscated cards keyed by multi-use token

## Other responses

- `400` — No tokens specified
- `401` — Unauthorized request.
- `500` — An internal server error occurred upstream while processing the request. If you have any questions about why you are receiving these responses, please raise a ticket with support on the BR-DGE Support Portal at <https://comcarde.atlassian.net/servicedesk/customer/portals> with the `id` from the response so we track down the individual requests on our end.

---

[API](https://skmtc.net/br-dge/apis/br-dge-transaction-rest-api.md) · [All operations](https://skmtc.net/br-dge/apis/br-dge-transaction-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/br-dge/br-dge-transaction-rest-api/versions/a9c0feac5523/schema)
