---
title: "OAuth token endpoints"
method: POST
path: "/auth/oauth/token"
tags: ["Oauth"]
---

# OAuth token endpoints

`POST /auth/oauth/token`

This endpoint is used to exchange an authorization code or refresh token for an access token.

## Request body

- object
  - `grant_type` string, required

## Response `200`

Successful response

- unknown

---

[API](https://skmtc.dev/hexclave/apis/hexclave-rest-api-3.md) · [All operations](https://skmtc.dev/hexclave/apis/hexclave-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hexclave/hexclave-rest-api-3/revisions/8451fc4b3a2e/schema)
