---
title: "Get Authorization Token"
method: POST
path: "/oauth2/token"
---

# Get Authorization Token

`POST /oauth2/token`

This request is used by Thales to retrieve an OAUTH 2.0 access authorization token to be used for outgoing issuer API requests.

## Headers

- `authorization` string, required

## Response `200`

Default allowed response

- object
  - `access_token` string, required — The access token issued by the authorization server
  - `expires_in` string — Remaining time in seconds for the access_token to expire.
  - `scope` string — Scope of the access_token.
  - `token_type` 'Bearer', required — Type of the access_token that will be used to call Issuer APIs.
  - `expires_at` string — Access token expiration timestamp

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/thalescloud/apis/d1-oauth-api.md) · [All operations](https://skmtc.net/thalescloud/apis/d1-oauth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thalescloud/d1-oauth-api/versions/96089514858c/schema)
