---
title: "POST /api/auth/v1/oauth/token"
method: POST
path: "/api/auth/v1/oauth/token"
tags: ["Auth Module"]
---

# POST /api/auth/v1/oauth/token

`POST /api/auth/v1/oauth/token`

## Request body

- ClientCredentials
  - `client_id` string, required
  - `client_secret` string, required

## Response `200`

Authentication successful. Token has a default duration of 3600 seconds (1 hour).

- AuthenticationToken
  - `access_token` string, required
  - `expires_in` number, required

## Other responses

- `400` — Bad request - Invalid credentials or missing parameters
- `401` — Unauthorized - Organization or token not found

---

[API](https://skmtc.dev/complif/apis/complif-apis.md) · [All operations](https://skmtc.dev/complif/apis/complif-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/complif/complif-apis/revisions/2bbf0308cd2e/schema)
