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

# Create Access Token

`POST /auth/oauth/token`

Retrieve an access token using OAuth2 client credentials grant

## Request body

- object
  - `clientId` string, required
  - `clientSecret` string, required
  - `grantType` 'client_credentials', required

## Response `200`

Access token response

- object
  - `access_token` string, required
  - `token_type` 'Bearer', required
  - `expires_in` number, required — Expiration time in seconds

---

[API](https://skmtc.dev/golance-llc/apis/golance-api.md) · [All operations](https://skmtc.dev/golance-llc/apis/golance-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/golance-llc/golance-api/revisions/4d724e0e71e6/schema)
