# refreshAuthToken

Source: /openapi/thomas-federated.openapi.json

## Operation

| Method | URL |
|---|---|
| POST | https://api.thomas.co/v1/auth/session/refresh |

| Field | Value |
|---|---|
| operationId | refreshAuthToken |
| method | POST |
| server | https://api.thomas.co/v1 |
| path | /auth/session/refresh |
| tags | `Authentication` |
| summary | Refresh session |
| badges | None |

## Request Parameters

None.

## Request Body

None.

## Responses

| Status | Description | Schema refs |
|---|---|---|
| 200 | Session refreshed successfully | #/components/schemas/SessionResponseDto |
| 401 | No refresh token, invalid/expired token, account not found, or account disabled | #/components/schemas/ApiErrorResponseDto |
