---
title: "Issue OAuth Token"
method: POST
path: "/auth/token"
tags: ["OAuth"]
---

# Issue OAuth Token

`POST /auth/token`

Creates access token for OAuth client credentials grant.

## Request body

- object
  - `grant_type` string, required — Type of grant which for token will be issued
  - `client_id` string, required — Client Identifier
  - `client_secret` string, required — Client Secret

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required

---

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