---
title: "Token Endpoint"
method: POST
path: "/oauth/token"
tags: ["OAuth"]
---

# Token Endpoint

`POST /oauth/token`

Token Endpoint provides tokens according to **OAuth 2.0/OIDC 1.0** (RFC-6749) specifications and its extension **OAuth 2.0 Token Exchange** (RFC-8693).

## Response `200`

Token is issued to the caller

- OauthToken
  - `access_token` string, required — Access token for oauth
  - `issued_token_type` string, required — Type of the access_token (RFC-8693)
  - `token_type` string, required — Token type - defines how the token should be used
  - `expires_in` integer, required — Number of seconds the access token is valid

## Other responses

- `400` — Request is rejected

---

[API](https://skmtc.net/phrase/apis/control-hub-service.md) · [All operations](https://skmtc.net/phrase/apis/control-hub-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phrase/control-hub-service/revisions/98ecac7ba2bf/schema)
