---
title: "Get a bearer token"
method: POST
path: "/oauth/token"
---

# Get a bearer token

`POST /oauth/token`

This API is designed to issue a bearer token for a valid user. The API will accept a request containing the user's credentials and return a response containing a bearer token.

## Request body

- object
  - `client_id` string, required — Client ID provided when signing up to the Fuse sandbox
  - `client_secret` string, required — Client secret provided when signing up to the Fuse sandbox
  - `audience` string, required
  - `grant_type` string, required

## Response `200`

200

- object
  - `access_token` string
  - `scope` string
  - `expires_in` integer
  - `token_type` string

## Other responses

- `400` — 400

---

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