---
title: "ACCESS_TOKEN - Como gerar o access_token"
method: POST
path: "/api/authorizations/access_token"
tags: ["AUTORIZAÇÃO"]
---

# ACCESS_TOKEN - Como gerar o access_token

`POST /api/authorizations/access_token`

API para criação de ACCESS TOKEN

## Request body

- object
  - `code` string
  - `consumer_key` string
  - `consumer_secret` string
  - `type_response` string

## Response `200`

RETURN ACESS_TOKEN

- object
  - `data_response` object
    - `authorization` object
      - `access_token` string
      - `access_token_expiration` string
      - `refresh_token` string
      - `refresh_token_expiration` string
  - `message_response` object
    - `message` string

---

[API](https://skmtc.net/vindi/apis/001-vindi-pagamentos-agost.md) · [All operations](https://skmtc.net/vindi/apis/001-vindi-pagamentos-agost/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vindi/001-vindi-pagamentos-agost/revisions/9d11e5de9308/schema)
