---
title: "Changes to Issue a new access token"
method: POST
path: "/api/v1/oauth2/token"
---

# Changes to Issue a new access token

`POST /api/v1/oauth2/token`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 8 revisions.

- **2026-06-16** `b372e7d5563d` — 6 breaking, 3 warning, 4 info
- **2025-11-03** `6637b341d86d` — 1 info
- **2025-11-02** `919eb7a392aa` — 1 breaking

## Changes

- **2026-06-16** `b372e7d5563d` — 6 breaking, 3 warning, 4 info
  - added `subschema #1: Unauthorized Error, subschema #2` to the response body `oneOf` list for the response status `401`
  - the response's body type/format changed from `object`/`` to ``/`` for status `401`
  - the response property `data/refresh_token` became optional for the status `200`
  - the `error/code` response's property type/format changed from `string`/`` to ``/`` for status `400`
  - removed the required property `error` from the response with the `401` status
  - removed the required property `success` from the response with the `401` status
  - removed the request property `client_id`
  - removed the request property `client_secret`
  - removed the optional property `error/errors` from the response with the `400` status
  - added request discriminator
  - added `subschema #1, subschema #2, subschema #3, subschema #4` to the request body `oneOf` list
  - added the optional property `error/metadata` to the response with the `400` status
  - added `subschema #1, subschema #2` to the `error/code` response property `allOf` list for the response status `400`
- **2025-11-03** `6637b341d86d` — 1 info
  - endpoint added
- **2025-11-02** `919eb7a392aa` — 1 breaking
  - api path removed without deprecation

---

[Operation](https://skmtc.dev/banqzinc/apis/quidkey-api/docs/api/v1/oauth2/token/post.md) · [API](https://skmtc.dev/banqzinc/apis/quidkey-api.md) · [Page](https://skmtc.dev/banqzinc/apis/quidkey-api/changes/api/v1/oauth2/token/post)
