---
title: "Gerar Bearer Token"
method: POST
path: "/authorize"
---

# Gerar Bearer Token

`POST /authorize`

Fluxo de autenticação.

## Request body

- object
  - `client_id` string, required — Client Id do token de integração gerado no Grafeno Ativos.
  - `client_secret` string, required — Secret Id do token de integração gerado no Grafeno Ativos.

## Response `200`

200

- object
  - `access_token` string

## Other responses

- `400` — 400

---

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