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

# Generate Prices Access Token

`POST /oauth/token`

Generate access token for use price APIs

## Request body

- object
  - `client_id` string — ClientID/API Key Provided to the Client
  - `client_secret` string — ClientSecret/Access Key Provided to the Client
  - `grant_type` string

## Response `200`

200

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

## Other responses

- `400` — 400

---

[API](https://skmtc.net/stockal/apis/uat-client-api-v2.md) · [All operations](https://skmtc.net/stockal/apis/uat-client-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stockal/uat-client-api-v2/versions/08e36bbbd3be/schema)
