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

# Access Token Request

`POST /oauth/token`

Request to obtain the access token in the OAuth authorization process. See https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.3 for details.

## Query parameters

- `grant_type` string, required
- `code` string, required
- `redirect_uri` string
- `client_id` string

## Response `200`

OK

- object
  - `access_token` string
  - `token_type` string
  - `expires_in` integer
  - `refresh_token` string
  - `example_parameter` string

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
