---
title: "Request Token"
method: POST
path: "/v1/oauth2/token"
tags: ["oauth2", "public"]
---

# Request Token

`POST /v1/oauth2/token`

Request an access token using a valid grant.

## Response `200`

Successful Response

- TokenResponse
  - `access_token` string, required
  - `token_type` 'Bearer', required
  - `expires_in` integer, required
  - `refresh_token` string, nullable
  - `scope` string, required
  - `id_token` string, nullable

---

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