---
title: "Token de autorização"
method: POST
path: "/authorization"
tags: ["Autenticação"]
---

# Token de autorização

`POST /authorization`

## Request body

- object
  - `grant_type` 'client_credentials', required
  - `client_id` string, required — ID do cliente
  - `client_secret` string, required — Segredo do cliente
  - `scope` string — Escopos de autenticação

## Response `200`

OK

- object
  - `access_token` string
  - `expires_in` integer

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/transfeera/apis/autentica-o.md) · [All operations](https://skmtc.net/transfeera/apis/autentica-o/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transfeera/autentica-o/revisions/cf24b926bbaa/schema)
