---
title: "Changes to Fulfill a Lockbox Request"
method: POST
path: "/v1/lockboxes/fulfill_request"
---

# Changes to Fulfill a Lockbox Request

`POST /v1/lockboxes/fulfill_request`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 5 of 41 revisions.

- **2026-06-29** `b87f7738d336` — 8 breaking, 20 info
- **2026-06-29** `c65f43c5ad90` — 4 warning
- **2026-06-25** `f89b4f376e94` — 12 info
- **2026-06-25** `90671617b825` — 12 breaking, 4 info
- **2026-04-10** `ea12d6b8c1fe` — 1 info

## Changes

- **2026-06-29** `b87f7738d336` — 8 breaking, 20 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 `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 `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 `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 `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 `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 `500` status
  - added the required property `type` to the response with the `400` status
  - added the required property `type` to the response with the `401` status
  - added the required property `type` to the response with the `403` status
  - added the required property `type` to the response with the `500` status
- **2026-06-29** `c65f43c5ad90` — 4 warning
  - removed the optional property `details` from the response with the `400` status
  - removed the optional property `details` from the response with the `401` status
  - removed the optional property `details` from the response with the `403` status
  - removed the optional property `details` from the response with the `500` status
- **2026-06-25** `f89b4f376e94` — 12 info
  - added the optional property `details/items/debug` to the response with the `400` status
  - added the optional property `details/items/debug` to the response with the `401` status
  - added the optional property `details/items/debug` to the response with the `403` status
  - added the optional property `details/items/debug` to the response with the `500` status
  - added the optional property `details/items/type` to the response with the `400` status
  - added the optional property `details/items/type` to the response with the `401` status
  - added the optional property `details/items/type` to the response with the `403` status
  - added the optional property `details/items/type` to the response with the `500` status
  - added the optional property `details/items/value` to the response with the `400` status
  - added the optional property `details/items/value` to the response with the `401` status
  - added the optional property `details/items/value` to the response with the `403` status
  - added the optional property `details/items/value` to the response with the `500` status
- **2026-06-25** `90671617b825` — 12 breaking, 4 info
  - the `code` response's property type/format changed from `number`/`` to `string`/`` for status `400`
  - the `code` response's property type/format changed from `number`/`` to `string`/`` for status `401`
  - the `code` response's property type/format changed from `number`/`` to `string`/`` for status `403`
  - the `code` response's property type/format changed from `number`/`` to `string`/`` for status `500`
  - 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 `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 `500` status
  - added the optional property `details` to the response with the `400` status
  - added the optional property `details` to the response with the `401` status
  - added the optional property `details` to the response with the `403` status
  - added the optional property `details` to the response with the `500` status
- **2026-04-10** `ea12d6b8c1fe` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/chariot-giving/apis/specs/docs/v1/lockboxes/fulfill_request/post.md) · [API](https://skmtc.dev/chariot-giving/apis/specs.md) · [Page](https://skmtc.dev/chariot-giving/apis/specs/changes/v1/lockboxes/fulfill_request/post)
