---
title: "Get Access Token"
method: POST
path: "/oauth/token"
tags: ["Authentication"]
---

# Get Access Token

`POST /oauth/token`

Obtain an access token using various grant types.

Supports the following grant types:
- Client Credentials
- Authorization Code
- Refresh Token
- Password

## Response `200`

Successful token response

- object
  - `access_token` string, required — The access token issued by the authorization server
  - `token_type` string, required — The type of the token
  - `expires_in` integer, required — The lifetime in seconds of the access token
  - `refresh_token` string — The refresh token, which can be used to obtain new access tokens
  - `scope` string — The scope of the access token

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/lolz/apis/lolzteam-public-api-forum.md) · [All operations](https://skmtc.net/lolz/apis/lolzteam-public-api-forum/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lolz/lolzteam-public-api-forum/revisions/3efcdbc40994/schema)
