---
title: "Refresh Token"
method: POST
path: "/api/user/token_refresh"
tags: ["user"]
---

# Refresh Token

`POST /api/user/token_refresh`

Refresh an expired access token using the refresh token cookie.
Validates the refresh token and issues a new access token.

## Response `200`

Successful Response

- Token
  - `access_token` string, required
  - `token_type` string, required
  - `user_ext_id` string, required

---

[API](https://skmtc.dev/arbicity/apis/arbi.md) · [All operations](https://skmtc.dev/arbicity/apis/arbi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arbicity/arbi/revisions/84efd317dcde/schema)
