---
title: "Exchange refresh token for new pair"
method: POST
path: "/api/v1/auth/refresh"
tags: ["auth"]
---

# Exchange refresh token for new pair

`POST /api/v1/auth/refresh`

## Request body

- RefreshRequest
  - `refresh_token` string, required
  - `active_org_id` string, uuid, nullable

## Response `200`

New token pair

- TokenPair
  - `user_id` string, uuid, required
  - `email` string, email, required
  - `name` string, required
  - `access_token` string, required
  - `refresh_token` string, required
  - `token_type` 'bearer', required
  - `active_org_id` string, uuid, nullable, required

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.net/crosmos/apis/crosmos-api.md) · [All operations](https://skmtc.net/crosmos/apis/crosmos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crosmos/crosmos-api/versions/a828d1399648/schema)
