---
title: "Changes to Token Endpoint"
method: POST
path: "/oauth/token"
---

# Changes to Token Endpoint

`POST /oauth/token`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 85 revisions.

- **2026-08-31** `170ab6ea6e23` — 1 info
- **2026-07-01** `d65fcba0d25a` — 5 breaking, 1 warning, 28 info
- **2026-05-07** `5a765d68c56f` — 1 info
- **2026-04-13** `76e8f6063728` — 1 breaking

## Changes

- **2026-08-31** `170ab6ea6e23` — 1 info
  - added the media type `application/x-www-form-urlencoded` to the request body
- **2026-07-01** `d65fcba0d25a` — 5 breaking, 1 warning, 28 info
  - request body became required
  - removed the media type `application/x-www-form-urlencoded` from the request body
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - the `detail` response's property type/format changed from `array`/`` to `string`/`` for status `422`
  - removed the required property `error` from the response with the `400` status
  - removed the optional property `error_description` from the response with the `400` status
  - api operation id `oauth_token_oauth_token_post` removed and replaced with `tokenEndpoint`
  - api tag `OAuth` added
  - api tag `oauth` removed
  - added the media type `application/json` to the request body
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `400`
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `422`
  - added the non-success response with the status `500`
  - added the non-success response with the status `503`
  - removed the non-success response with the status `401`
  - added the optional property `code` to the response with the `400` status
  - added the optional property `code` to the response with the `422` status
  - added the optional property `errors` to the response with the `400` status
  - added the optional property `errors` to the response with the `422` status
  - added the optional property `id_token` to the response with the `200` status
  - added the optional property `instance` to the response with the `400` status
  - added the optional property `instance` to the response with the `422` status
  - added the optional property `refresh_token` to the response with the `200` status
  - added the optional property `status` to the response with the `400` status
  - added the optional property `status` to the response with the `422` status
  - added the optional property `title` to the response with the `400` status
  - added the optional property `title` to the response with the `422` status
  - added the optional property `token_type` to the response with the `200` status
  - added the optional property `type` to the response with the `400` status
  - added the optional property `type` to the response with the `422` status
  - the response property `detail` became required for the status `422`
  - added the required property `access_token` to the response with the `200` status
  - added the required property `detail` to the response with the `400` status
  - added the required property `expires_in` to the response with the `200` status
- **2026-05-07** `5a765d68c56f` — 1 info
  - endpoint added
- **2026-04-13** `76e8f6063728` — 1 breaking
  - api path removed without deprecation

---

[Operation](https://skmtc.dev/jentic/apis/jentic-control-plane-api/docs/oauth/token/post.md) · [API](https://skmtc.dev/jentic/apis/jentic-control-plane-api.md) · [Page](https://skmtc.dev/jentic/apis/jentic-control-plane-api/changes/oauth/token/post)
