---
title: "POST /oauth/token/"
method: POST
path: "/oauth/token/"
tags: ["oauth"]
---

# POST /oauth/token/

`POST /oauth/token/`

## Headers

- `X-Company` string

## Request body

- OAuth2TokenRequest
  - `grant_type` 'authorization_code' | 'refresh_token', required — * `authorization_code` - Authorization code * `refresh_token` - Refresh token
  - `code` string, required
  - `code_verifier` string, required
  - `redirect_uri` string, uri, required
  - `refresh_token` string, required
  - `client_id` string, required
  - `client_secret` string, required

## Response `200`

No response body

---

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