---
title: "Reveal API Token"
method: POST
path: "/v1/api/token/reveal"
---

# Reveal API Token

`POST /v1/api/token/reveal`

## Headers

- `Accept` string, required
- `Content-Type` string, required

## Request body

- object
  - `id` string, required — The unique ID of the access token.
  - `client_id` string, required — The unique Client ID,

## Response `200`

200

- object
  - `token` string

## Other responses

- `404` — 404

---

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