---
title: "Token"
method: POST
path: "/auth/token"
---

# Token

`POST /auth/token`

## Headers

- `Content-Type` string, required

## Request body

- object
  - `grant_type` string, required — Target authentication type: client_credentials
  - `scope` string, required — Is the scope of the target API. Provided by Transfero
  - `client_secret` string, required — Client's unique secret. Provided by Transfero
  - `client_id` string, required — Client's unique identification in Transfero. Provided by Transfero

## Response `200`

200

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

## Other responses

- `400` — 400

---

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