---
title: "Obtain an access token (OAuth 2.0 Client Credentials)"
method: POST
path: "/v1/oauth/token"
tags: ["Auth"]
---

# Obtain an access token (OAuth 2.0 Client Credentials)

`POST /v1/oauth/token`

## Request body

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

## Response `200`

Access token

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

## Other responses

- `400` — 400 Bad Request
- `401` — 401 Unauthorized
- `500` — 500 Server Error

---

[API](https://skmtc.net/thrivory-com/apis/thrivory-thrivenow-api.md) · [All operations](https://skmtc.net/thrivory-com/apis/thrivory-thrivenow-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thrivory-com/thrivory-thrivenow-api/versions/9893450caa9b/schema)
