---
title: "Returns OAuth 2.0 token"
method: POST
path: "/oauth/v2/token"
tags: ["01. Access Token"]
---

# Returns OAuth 2.0 token

`POST /oauth/v2/token`

## Request body

- OAuthTokenRequestType
  - `client_id` string, required — OAuth client_id
  - `client_secret` string, required — OAuth client_secret
  - `grant_type` string, required — OAuth grant_type (only `client_credentials` is currently supported)

## Response `200`

Returns OAuth 2.0 `Token` object

## Other responses

- `400` — Invalid input data

---

[API](https://skmtc.dev/friendlyscore/apis/friendlyscore-public-api.md) · [All operations](https://skmtc.dev/friendlyscore/apis/friendlyscore-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/friendlyscore/friendlyscore-public-api/revisions/454887c48f5e/schema)
