---
title: "Renovar access token"
method: POST
path: "/oauth2/refresh"
---

# Renovar access token

`POST /oauth2/refresh`

## Headers

- `Authorization` string
- `X_CLIENT_ID` string
- `X_CLIENT_SECRET` string

## Request body

- object
  - `grant_type` string — Tipo de solicitação desejada.
  - `refresh_token` string — Token de identificação para renovação do acesso concedido. A partir dele, um novo `access_token` e um novo `refresh_token` serão fornecidos.

## Response `201`

201

- object
  - `token_type` string
  - `access_token` string
  - `expires_in` string
  - `refresh_token` string
  - `scope` string
  - `account_id` string

---

[API](https://skmtc.net/pagbank/apis/nova-plataforma-sandbox.md) · [All operations](https://skmtc.net/pagbank/apis/nova-plataforma-sandbox/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pagbank/nova-plataforma-sandbox/versions/05e64f3006ab/schema)
