---
title: "Refresh access token"
method: POST
path: "/v1/auth/refresh"
tags: ["Authentication"]
---

# Refresh access token

`POST /v1/auth/refresh`

## Response `200`

Token refreshed successfully

- AccessTokenResponseDto
  - `success` boolean, required — Indicates if the request was successful
  - `message` string, required — Human readable message
  - `data` object, required — Response data
    - `accessToken` string, required
  - `timestamp` string, date-time, required — Timestamp of the response

---

[API](https://skmtc.dev/maket/apis/virtual-architect-api.md) · [All operations](https://skmtc.dev/maket/apis/virtual-architect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/maket/virtual-architect-api/revisions/b712097baa9c/schema)
