---
title: "Get client access token"
method: POST
path: "/oidc/token"
---

# Get client access token

`POST /oidc/token`

Retrieve an access token to authorize your API request. By default, the access token is **valid for 1 hour**, you don't need to regenerate it every time before calling Mosaic APIs. <br><br> **NOTE: The request type and examples depend on the service you choose**

## Response `200`

Access token successfully retrieved

- object
  - `access_token` string, required — The access token issued by the authorization server
  - `token_type` string, required — Returned as Bearer
  - `expires_in` integer, required — Expiration time of the access token in seconds
  - `scope` string, required — Scope of the access token

## Other responses

- `400`
- `500`

---

[API](https://skmtc.net/transmitsecurity/apis/authorization.md) · [All operations](https://skmtc.net/transmitsecurity/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transmitsecurity/authorization/versions/76c77bd00bbe/schema)
