---
title: "/refresh"
method: POST
path: "/refresh"
---

# /refresh

`POST /refresh`

Autenticação utilizando o refresh token

## Headers

- `Content-Type` string, required
- `System-Name` string, required
- `User-Agent` string, required

## Request body

- object
  - `refresh_token` string, required — Refresh token retornado no endpoint /auth

## Response `200`

200

- object
  - `access_token` string — Token de autenticação usado nas requisições
  - `access_token_expires_in` integer — Tempo de expiração do `access_token` em segundos
  - `refresh_token` string — Token utilizado para uma nova autenticação
  - `refresh_token_expires_in` integer — Tempo de expiração do `refresh_token` em segundos

---

[API](https://skmtc.net/crmbonus/apis/bi-crmb-nus.md) · [All operations](https://skmtc.net/crmbonus/apis/bi-crmb-nus/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crmbonus/bi-crmb-nus/versions/7f3ebb042f1a/schema)
