---
title: "POST /api/auth/token"
method: POST
path: "/api/auth/token"
tags: ["api", "auth"]
---

# POST /api/auth/token

`POST /api/auth/token`

Exchange a token

## Request body

- POSTAuthExchangeAToken
  - `exchangeToken` string, required — The token to be exchanged for an access token

## Response `200`

OK

- POSTAuthExchangeAToken200Response
  - `token` string, required
  - `expiresIn` number, float, required

## Other responses

- `400` — Bad Request

---

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