---
title: "Get Access Token"
method: POST
path: "/oauth/token"
---

# Get Access Token

`POST /oauth/token`

## Request body

- object
  - `client_id` string, required
  - `client_secret` string, required
  - `audience` string, required
  - `grant_type` string, required

## Response `200`

200

- object
  - `access_token` string
  - `expires_at` integer
  - `expires_in` integer
  - `scope` string
  - `token_type` string

## Other responses

- `401` — 401

---

[API](https://skmtc.dev/deliverect/apis/oauth2.md) · [All operations](https://skmtc.dev/deliverect/apis/oauth2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deliverect/oauth2/revisions/793f03ddac3f/schema)
