---
title: "Return an Oauth2 Authorization bearer token"
method: POST
path: "/oauth/token"
tags: ["oauth"]
---

# Return an Oauth2 Authorization bearer token

`POST /oauth/token`

## Response `200`

successful operation

- AccessTokenResponse
  - `access_token` string, required — access token value
  - `token_type` string — access token type
  - `expires_in` integer, required — expiration time of token, in seconds
  - `refresh_token` string — refresh token value
  - `scope` string — scope of the access token
  - `redirect_uri` string — redirect uri of the access token

## Other responses

- `400` — invalid credentials

---

[API](https://skmtc.net/charthop/apis/charthop-api.md) · [All operations](https://skmtc.net/charthop/apis/charthop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/charthop/charthop-api/versions/50a1edd6b27e/schema)
