---
title: "Changes to Refresh the access token"
method: POST
path: "/api/auth/refresh-token"
---

# Changes to Refresh the access token

`POST /api/auth/refresh-token`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 7 revisions.

- **2025-11-21** `50eff5014b78` — 1 breaking, 3 warning, 5 info
- **2025-03-24** `fbc3fe6ecbf1` — 5 warning, 4 info

## Changes

- **2025-11-21** `50eff5014b78` — 1 breaking, 3 warning, 5 info
  - media type `application/problem+json` was changed to a more general media type `application/json` for the response status `400`
  - removed the optional property `errors` from the response with the `400` status
  - removed the optional property `message` from the response with the `400` status
  - removed the optional property `statusCode` from the response with the `400` status
  - added the optional property `detail` to the response with the `400` status
  - added the optional property `instance` to the response with the `400` status
  - added the optional property `status` to the response with the `400` status
  - added the optional property `title` to the response with the `400` status
  - added the optional property `type` to the response with the `400` status
- **2025-03-24** `fbc3fe6ecbf1` — 5 warning, 4 info
  - removed the optional property `detail` from the response with the `400` status
  - removed the optional property `instance` from the response with the `400` status
  - removed the optional property `status` from the response with the `400` status
  - removed the optional property `title` from the response with the `400` status
  - removed the optional property `type` from the response with the `400` status
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `400`
  - added the optional property `errors` to the response with the `400` status
  - added the optional property `message` to the response with the `400` status
  - added the optional property `statusCode` to the response with the `400` status

---

[Operation](https://skmtc.dev/endatix/apis/endatix-platform-rest-api/docs/api/auth/refresh-token/post.md) · [API](https://skmtc.dev/endatix/apis/endatix-platform-rest-api.md) · [Page](https://skmtc.dev/endatix/apis/endatix-platform-rest-api/changes/api/auth/refresh-token/post)
