---
title: "Refresh an authentication token"
method: POST
path: "/auth/refresh"
tags: ["Auth"]
---

# Refresh an authentication token

`POST /auth/refresh`

Refreshes an existing authentication token using a refresh token.

## Request body

- AdminBodyPost
  - `expires_at` string
  - `token` string

## Response `200`

Successfully refreshed token

- AdminBodyPost
  - `expires_at` string
  - `token` string

## Other responses

- `400` — Bad Request: Invalid token or missing payload
- `401` — Unauthorized: Token is invalid or deactivated

---

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