---
title: "Refresh access token"
method: POST
path: "/auth/sessions/current/refresh"
tags: ["Sessions"]
---

# Refresh access token

`POST /auth/sessions/current/refresh`

Get a new access token using a refresh token

## Headers

- `x-stack-refresh-token` string, required

## Response `200`

Successful response

- object
  - `access_token` string, required

---

[API](https://skmtc.net/hexclave/apis/hexclave-rest-api-2.md) · [All operations](https://skmtc.net/hexclave/apis/hexclave-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexclave/hexclave-rest-api-2/revisions/32cad6484afa/schema)
