---
title: "Changes to Subscribe"
method: POST
path: "/subscription"
---

# Changes to Subscribe

`POST /subscription`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 10 of 41 revisions.

- **2025-04-23** `bf623569cd3c` — 1 breaking
- **2025-04-14** `58fa4af8e325` — 1 breaking
- **2025-03-19** `1c6726b12e29` — 4 breaking, 24 info
- **2025-03-07** `979a6c40552c` — 4 info
- **2025-02-26** `63020ea66b47` — 1 warning
- **2025-02-17** `a43b29f86639` — 1 breaking, 1 info
- **2025-02-16** `d05a14360ad1` — 1 info
- **2025-02-06** `628874ec2e5b` — 1 info
- **2024-12-18** `416a8af6f912` — 2 info
- **2024-12-17** `168780e70e1a` — 1 info

## Changes

- **2025-04-23** `bf623569cd3c` — 1 breaking
  - added the new required request property `allOf[#/components/schemas/Subscription]/price`
- **2025-04-14** `58fa4af8e325` — 1 breaking
  - added the new required request property `allOf[#/components/schemas/Subscription]/created`
- **2025-03-19** `1c6726b12e29` — 4 breaking, 24 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `400`
  - the response's body type/format changed from ``/`` to `object`/`` for status `401`
  - the response's body type/format changed from ``/`` to `object`/`` for status `429`
  - the response's body type/format changed from ``/`` to `object`/`` for status `500`
  - removed `#/components/schemas/ErrorResponse` from the response body `allOf` list for the response status `400`
  - removed `#/components/schemas/ErrorResponse` from the response body `allOf` list for the response status `401`
  - removed `#/components/schemas/ErrorResponse` from the response body `allOf` list for the response status `429`
  - removed `#/components/schemas/ErrorResponse` from the response body `allOf` list for the response status `500`
  - 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 `429` status
  - added the optional property `details` to the response with the `500` status
  - added the optional property `param` to the response with the `400` status
  - added the optional property `param` to the response with the `401` status
  - added the optional property `param` to the response with the `429` status
  - added the optional property `param` to the response with the `500` status
  - added the required property `code` to the response with the `400` status
  - added the required property `code` to the response with the `401` status
  - added the required property `code` to the response with the `429` status
  - added the required property `code` to the response with the `500` status
  - added the required property `message` to the response with the `400` status
  - added the required property `message` to the response with the `401` status
  - added the required property `message` to the response with the `429` status
  - added the required property `message` 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 `429` status
  - added the required property `type` to the response with the `500` status
- **2025-03-07** `979a6c40552c` — 4 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `429`
  - added the non-success response with the status `500`
- **2025-02-26** `63020ea66b47` — 1 warning
  - removed the request property `allOf[#/components/schemas/Subscription]/frequency`
- **2025-02-17** `a43b29f86639` — 1 breaking, 1 info
  - removed `subschema #1, subschema #2` from the `allOf[#/components/schemas/Subscription]/schedule` request property `oneOf` list
  - added `subschema #1: fixed, subschema #2: weekly` to the `allOf[#/components/schemas/Subscription]/schedule` request property `oneOf` list
- **2025-02-16** `d05a14360ad1` — 1 info
  - added the new optional request property `allOf[#/components/schemas/Subscription]/schedule`
- **2025-02-06** `628874ec2e5b` — 1 info
  - added the new optional request property `allOf[#/components/schemas/Subscription]/next`
- **2024-12-18** `416a8af6f912` — 2 info
  - the `data` response property const value `ok` was added for the status `200`
  - removed the `ok` enum value from the `data` response property for the response status `200`
- **2024-12-17** `168780e70e1a` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/terminaldotshop/apis/terminal-api/docs/subscription/post.md) · [API](https://skmtc.dev/terminaldotshop/apis/terminal-api.md) · [Page](https://skmtc.dev/terminaldotshop/apis/terminal-api/changes/subscription/post)
