Change Updates

Do not miss any Class Manager API changes, ever again

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

RSS

Apr 8, 2025

dev
dev
Compare

API structure has changed

12 structure changes including:
2 Additions
10 Modifications
Modified 10
GET /v1/families/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • autopayEnabled property Added
GET /v1/families/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • autopayEnabled property Added
POST /v1/families/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • autopayEnabled property Added
POST /v1/families/create
  • Response
  • 200 response Modified
    • application/json content type Modified
      • autopayEnabled property Added
POST /v1/families/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • autopayEnabled property Added
POST /v1/families/{id}/archive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • autopayEnabled property Added
POST /v1/families/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • autopayEnabled property Added
POST /v1/families/{id}/unarchive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • autopayEnabled property Added
POST /v1/payment-links/{paymentLinkId}/process
  • Response
  • 200 response Modified
    • application/json content type Modified
      • family property Modified
        • autopayEnabled property Added
PUT /v1/families/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • autopayEnabled property Added
Added 2
POST /v1/families/{id}/disable-autopay
POST /v1/families/{id}/enable-autopay