---
title: "Refresh Token"
method: POST
path: "/v1/oauth2/token"
tags: ["OAuth2"]
---

# Refresh Token

`POST /v1/oauth2/token`

Generate a new accessToken for a ZBD Login user.

## Headers

- `Content-Type` string

## Response `200`

Successful response

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

## Changes

- **2025-04-18** `b749c336df59` — 1 info
  - the endpoint scheme security `OAuth2` was added to the API
- **2025-04-18** `d1756f73cff8` — 2 info
  - api tag `OAuth2` added
  - api tag `OAuth` removed

[Change history](https://skmtc.dev/zbdpay/apis/zbd-payments-api/changes/v1/oauth2/token/post.md)

---

[API](https://skmtc.dev/zbdpay/apis/zbd-payments-api.md) · [All operations](https://skmtc.dev/zbdpay/apis/zbd-payments-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zbdpay/zbd-payments-api/revisions/0d5fdd96023d/schema)
