---
title: "Changes to Get Authorization Token"
method: GET
path: "/v1/authorization_tokens/{id}"
---

# Changes to Get Authorization Token

`GET /v1/authorization_tokens/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 43 revisions.

- **2026-06-25** `90671617b825` — 20 breaking, 25 info
- **2026-05-18** `4f143792edeb` — 2 warning, 2 info
- **2026-05-08** `660117ded011` — 3 breaking, 2 warning, 5 info
- **2026-05-08** `bdf7c9c5d024` — 1 info

## Changes

- **2026-06-25** `90671617b825` — 20 breaking, 25 info
  - removed the required property `code` from the response with the `400` status
  - removed the required property `code` from the response with the `401` status
  - removed the required property `code` from the response with the `403` status
  - removed the required property `code` from the response with the `404` status
  - removed the required property `code` from the response with the `500` status
  - removed the required property `error` from the response with the `400` status
  - removed the required property `error` from the response with the `401` status
  - removed the required property `error` from the response with the `403` status
  - removed the required property `error` from the response with the `404` status
  - removed the required property `error` from the response with the `500` status
  - removed the required property `message` from the response with the `400` status
  - removed the required property `message` from the response with the `401` status
  - removed the required property `message` from the response with the `403` status
  - removed the required property `message` from the response with the `404` status
  - removed the required property `message` from the response with the `500` status
  - removed the required property `timestamp` from the response with the `400` status
  - removed the required property `timestamp` from the response with the `401` status
  - removed the required property `timestamp` from the response with the `403` status
  - removed the required property `timestamp` from the response with the `404` status
  - removed the required property `timestamp` from the response with the `500` status
  - 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 `401`
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `403`
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `404`
  - media type `application/json` was changed to a more specific media type `application/problem+json` for the response status `500`
  - added the required property `detail` to the response with the `400` status
  - added the required property `detail` to the response with the `401` status
  - added the required property `detail` to the response with the `403` status
  - added the required property `detail` to the response with the `404` status
  - added the required property `detail` to the response with the `500` status
  - added the required property `status` to the response with the `400` status
  - added the required property `status` to the response with the `401` status
  - added the required property `status` to the response with the `403` status
  - added the required property `status` to the response with the `404` status
  - added the required property `status` to the response with the `500` status
  - added the required property `title` to the response with the `400` status
  - added the required property `title` to the response with the `401` status
  - added the required property `title` to the response with the `403` status
  - added the required property `title` to the response with the `404` status
  - added the required property `title` to the response with the `500` status
  - …5 more
- **2026-05-18** `4f143792edeb` — 2 warning, 2 info
  - removed the optional property `consumed_at` from the response with the `200` status
  - added the new `verified` enum value to the `status` response property for the response status `200`
  - added the optional property `verified_at` to the response with the `200` status
  - removed the `consumed` enum value from the `status` response property for the response status `200`
- **2026-05-08** `660117ded011` — 3 breaking, 2 warning, 5 info
  - removed the required property `createdAt` from the response with the `200` status
  - removed the required property `donorAccountId` from the response with the `200` status
  - removed the required property `expiresAt` from the response with the `200` status
  - removed the optional property `consumedAt` from the response with the `200` status
  - removed the optional property `revokedAt` from the response with the `200` status
  - added the optional property `consumed_at` to the response with the `200` status
  - added the optional property `revoked_at` to the response with the `200` status
  - added the required property `created_at` to the response with the `200` status
  - added the required property `donor_account_id` to the response with the `200` status
  - added the required property `expires_at` to the response with the `200` status
- **2026-05-08** `bdf7c9c5d024` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/chariot-giving/apis/specs/docs/v1/authorization_tokens/:id/get.md) · [API](https://skmtc.dev/chariot-giving/apis/specs.md) · [Page](https://skmtc.dev/chariot-giving/apis/specs/changes/v1/authorization_tokens/:id/get)
