Change Updates

Do not miss any PlannrCRM API changes, ever again

Subscribe to the PlannrCRM API changelog to be up to date on recent changes.

RSS

Jul 29, 2025

main
v1.13
Compare
v1.13

API structure has changed

7 structure changes including:
7 Modifications
Modified 7
GET /api/v1/addon
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • should_poll_for_subscription_changes property Added
GET /api/v1/addon-subscriptions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • addon property Modified
  • Query
  • filter[addon_id] query parameter Added
GET /api/v1/addon-subscriptions/{addonSubscription_uuid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • addon property Modified
        • should_poll_for_subscription_changes property Added
POST /api/v1/addon-subscriptions/{addonSubscription_uuid}/confirm-payment
  • Response
  • 200 response Modified
    • application/json content type Modified
      • addon property Modified
        • should_poll_for_subscription_changes property Added
POST /api/v1/addon-subscriptions/{addonSubscription_uuid}/disable
  • Response
  • 200 response Modified
    • application/json content type Modified
      • addon property Modified
        • should_poll_for_subscription_changes property Added
POST /api/v1/addon-subscriptions/{addonSubscription_uuid}/enable
  • Response
  • 200 response Modified
    • application/json content type Modified
      • addon property Modified
        • should_poll_for_subscription_changes property Added
POST /api/v1/subscribe
  • Response
  • 200 response Modified
    • application/json content type Modified
      • addon property Modified
        • should_poll_for_subscription_changes property Added