---
title: "Exchange subject token for platform access token"
method: POST
path: "/api/v1/auth-platform/token-exchange"
tags: ["AuthPlatform"]
---

# Exchange subject token for platform access token

`POST /api/v1/auth-platform/token-exchange`

Request body for token exchange

## Request body

- object
  - `appId` string, required — The App ID for which to exchange the token

## Response `200`

Token exchange successful

- object

## Other responses

- `400` — Invalid request or exchange failed
- `401` — Unable to authenticate the client

---

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