---
title: "Get OAuth Token"
method: POST
path: "/oauth/token"
tags: ["OAuth"]
---

# Get OAuth Token

`POST /oauth/token`

Authenticate your client to receive an OAuth Bearer token. This endpoint uses Basic Authentication with your client ID as the username and the client secret as the password.

## Response `200`

Successful authentication.

- TokenResponse
  - `access_token` string, required
  - `token_type` string, required
  - `expires_in` integer, required
  - `scope` string, required
  - `jti` string, required

## Other responses

- `401` — Unauthorized.

---

[API](https://skmtc.dev/levelblue/apis/usm-anywhere-api-reference.md) · [All operations](https://skmtc.dev/levelblue/apis/usm-anywhere-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/levelblue/usm-anywhere-api-reference/revisions/723df8da04b8/schema)
