---
title: "Changes to Get active addon associations"
method: GET
path: "/subscriptions/{id}/addons/associations"
---

# Changes to Get active addon associations

`GET /subscriptions/{id}/addons/associations`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 7 of 12 revisions.

- **2026-06-29** `cef2964c102c` — 3 warning, 9 info
- **2026-05-18** `f62d8a5fe7cf` — 6 warning
- **2026-05-18** `0cb3425d6580` — 10 warning, 5 info
- **2026-04-23** `82f205e0f429` — 2 warning, 2 info
- **2026-04-06** `4ded3711f401` — 8 warning, 13 info
- **2026-04-04** `d1860fe0ee67` — 1 info
- **2026-03-20** `bc91c95fbb1a` — 1 info

## Changes

- **2026-06-29** `cef2964c102c` — 3 warning, 9 info
  - removed the optional property `items/subscription/customer_timezone` from the response with the `200` status
  - added the new `config` enum value to the `items/addon/entitlements/items/feature/type` response property for the response status `200`
  - added the new `config` enum value to the `items/addon/entitlements/items/feature_type` response property for the response status `200`
  - added the optional property `items/addon/entitlements/items/config_value` to the response with the `200` status
  - added the optional property `items/subscription/coupon_associations/items/coupon/coupon_code` to the response with the `200` status
  - added the optional property `items/subscription/coupon_associations/items/subscription_line_item` to the response with the `200` status
  - added the optional property `items/subscription/customer/integrations/items/metadata` to the response with the `200` status
  - added the optional property `items/subscription/customer/timezone` to the response with the `200` status
  - added the optional property `items/subscription/line_items/items/commitment_time_buckets` to the response with the `200` status
  - added the optional property `items/subscription/line_items/items/price/sequence` to the response with the `200` status
  - added the optional property `items/subscription/synced_price_sequence` to the response with the `200` status
  - added the optional property `items/subscription/timezone` to the response with the `200` status
- **2026-05-18** `f62d8a5fe7cf` — 6 warning
  - removed the optional property `details` from the response with the `400` status
  - removed the optional property `details` from the response with the `404` status
  - removed the optional property `details` from the response with the `500` status
  - added the new `too_many_requests` enum value to the `code` response property for the response status `400`
  - added the new `too_many_requests` enum value to the `code` response property for the response status `404`
  - added the new `too_many_requests` enum value to the `code` response property for the response status `500`
- **2026-05-18** `0cb3425d6580` — 10 warning, 5 info
  - removed the optional property `items/addon/type` from the response with the `200` status
  - removed the optional property `items/subscription/line_items/items/trial_period_days` from the response with the `200` status
  - added the new `ONETIME` enum value to the `items/subscription/billing_period` response property for the response status `200`
  - added the new `ONETIME` enum value to the `items/subscription/commitment_duration` response property for the response status `200`
  - added the new `ONETIME` enum value to the `items/subscription/line_items/items/billing_period` response property for the response status `200`
  - added the new `ONETIME` enum value to the `items/subscription/line_items/items/commitment_duration` response property for the response status `200`
  - added the new `ONETIME` enum value to the `items/subscription/line_items/items/price/billing_period` response property for the response status `200`
  - added the new `delegated_invoicing` enum value to the `items/subscription/subscription_type` response property for the response status `200`
  - added the new `grouped_invoicing` enum value to the `items/subscription/subscription_type` response property for the response status `200`
  - added the new `pending` enum value to the `items/addon_status` response property for the response status `200`
  - added the optional property `items/subscription/auto_invoice_threshold` to the response with the `200` status
  - added the optional property `items/subscription/line_items/items/addon_association_id` to the response with the `200` status
  - removed the `ONETIME` enum value from the `items/subscription/billing_cadence` response property for the response status `200`
  - removed the `ONETIME` enum value from the `items/subscription/line_items/items/price/billing_cadence` response property for the response status `200`
  - removed the `paused` enum value from the `items/addon_status` response property for the response status `200`
- **2026-04-23** `82f205e0f429` — 2 warning, 2 info
  - removed the optional property `items/subscription/line_items/items/price/trial_period` from the response with the `200` status
  - removed the optional property `items/subscription/line_items/items/trial_period` from the response with the `200` status
  - added the optional property `items/subscription/line_items/items/price/trial_period_days` to the response with the `200` status
  - added the optional property `items/subscription/line_items/items/trial_period_days` to the response with the `200` status
- **2026-04-06** `4ded3711f401` — 8 warning, 13 info
  - removed the optional property `error` from the response with the `400` status
  - removed the optional property `error` from the response with the `404` status
  - removed the optional property `error` from the response with the `500` status
  - removed the optional property `items/subscription/customer/parent_customer` from the response with the `200` status
  - removed the optional property `items/subscription/customer/parent_customer_id` from the response with the `200` status
  - removed the optional property `success` from the response with the `400` status
  - removed the optional property `success` from the response with the `404` status
  - removed the optional property `success` from the response with the `500` status
  - added the optional property `code` to the response with the `400` status
  - added the optional property `code` to the response with the `404` status
  - added the optional property `code` to 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 `404` status
  - added the optional property `details` to the response with the `500` status
  - added the optional property `http_status_code` to the response with the `400` status
  - added the optional property `http_status_code` to the response with the `404` status
  - added the optional property `http_status_code` to the response with the `500` status
  - added the optional property `items/subscription/subscription_type` to the response with the `200` status
  - added the optional property `message` to the response with the `400` status
  - added the optional property `message` to the response with the `404` status
  - added the optional property `message` to the response with the `500` status
- **2026-04-04** `d1860fe0ee67` — 1 info
  - added the optional property `items/subscription/customer/integrations` to the response with the `200` status
- **2026-03-20** `bc91c95fbb1a` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/flexprice/apis/flexprice-api-2/docs/subscriptions/:id/addons/associations/get.md) · [API](https://skmtc.dev/flexprice/apis/flexprice-api-2.md) · [Page](https://skmtc.dev/flexprice/apis/flexprice-api-2/changes/subscriptions/:id/addons/associations/get)
