---
title: "POST /v1/oauth/token"
method: POST
path: "/v1/oauth/token"
---

# POST /v1/oauth/token

`POST /v1/oauth/token`

## Request body

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

## Response `200`

- object
  - `token_type` string, required
  - `expires_in` integer, required
  - `access_token` string, required

---

[API](https://skmtc.net/payarc/apis/payarc-sandbox.md) · [All operations](https://skmtc.net/payarc/apis/payarc-sandbox/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payarc/payarc-sandbox/versions/face82bdd778/schema)
