---
title: "Refresh user JWT access token"
method: POST
path: "/account/auth/token"
tags: ["Auth - Refresh Access Token"]
---

# Refresh user JWT access token

`POST /account/auth/token`

Refresh JWT access token, via a POST request.

## Request body

- TokenRequest
  - `account_id` integer, nullable

## Response `201`

Refresh token generated successfully.

- TokenResponse
  - `state` string
  - `data` Token, required
    - `access_token` string, required

## Other responses

- `400` — Validation Error
- `401` — Authentication Failed
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `406` — Not Acceptable
- `429` — Throttled
- `500` — Internal Server Error

---

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