Skip to main content

July 23, 2026

· 7 min read

GET /customer_forms

  • added the optional property results/items/membership_settings to the response with the 200 status (media type: application/json)
  • added the optional property results/items/offering_type_settings to the response with the 200 status (media type: application/json)
  • added the required property results/items/timing_mode to the response with the 200 status (media type: application/json)
View updated docs

POST /customer_forms

  • added the new optional request property membership_settings (media type: application/json)
  • added the new optional request property offering_type_settings (media type: application/json)
  • added the new optional request property timing_mode (media type: application/json)
  • added the optional property membership_settings to the response with the 201 status (media type: application/json)
  • added the optional property offering_type_settings to the response with the 201 status (media type: application/json)
  • added the optional property timing_mode to the response with the 201 status (media type: application/json)
View updated docs

GET /customer_forms/{id}

  • added the optional property membership_settings to the response with the 200 status (media type: application/json)
  • added the optional property offering_type_settings to the response with the 200 status (media type: application/json)
  • added the required property timing_mode to the response with the 200 status (media type: application/json)
View updated docs

PATCH /customer_forms/{id}

  • added the new optional request property membership_settings (media type: application/json)
  • added the new optional request property offering_type_settings (media type: application/json)
  • added the new optional request property timing_mode (media type: application/json)
  • added the optional property membership_settings to the response with the 200 status (media type: application/json)
  • added the optional property offering_type_settings to the response with the 200 status (media type: application/json)
  • added the optional property timing_mode to the response with the 200 status (media type: application/json)
View updated docs

PUT /customer_forms/{id}

  • added the new optional request property membership_settings (media type: application/json)
  • added the new optional request property offering_type_settings (media type: application/json)
  • added the new optional request property timing_mode (media type: application/json)
  • added the optional property membership_settings to the response with the 200 status (media type: application/json)
  • added the optional property offering_type_settings to the response with the 200 status (media type: application/json)
  • added the optional property timing_mode to the response with the 200 status (media type: application/json)
View updated docs

GET /memberships

  • added the new optional query request parameter waivers
View updated docs

GET /offering_types

  • added the new optional query request parameter waivers
View updated docs

GET /waivers

  • added the optional property results/items/can_edit to the response with the 200 status (media type: application/json)
  • added the optional property results/items/membership_settings to the response with the 200 status (media type: application/json)
  • added the optional property results/items/offering_type_settings to the response with the 200 status (media type: application/json)
  • added the optional property results/items/signed_profile_waiver_count to the response with the 200 status (media type: application/json)
  • added the required property results/items/memberships to the response with the 200 status (media type: application/json)
  • added the required property results/items/offering_types to the response with the 200 status (media type: application/json)
  • added the required property results/items/timing_mode to the response with the 200 status (media type: application/json)
View updated docs

POST /waivers

  • endpoint added
View updated docs

GET /waivers/{id}

  • added the optional property can_edit to the response with the 200 status (media type: application/json)
  • added the optional property membership_settings to the response with the 200 status (media type: application/json)
  • added the optional property offering_type_settings to the response with the 200 status (media type: application/json)
  • added the optional property signed_profile_waiver_count to the response with the 200 status (media type: application/json)
  • added the required property memberships to the response with the 200 status (media type: application/json)
  • added the required property offering_types to the response with the 200 status (media type: application/json)
  • added the required property timing_mode to the response with the 200 status (media type: application/json)
View updated docs

PATCH /waivers/{id}

  • endpoint added
View updated docs

PUT /waivers/{id}

  • endpoint added
View updated docs

POST /waivers/{id}/archive

  • endpoint added
View updated docs

POST /waivers/{id}/archive-and-copy

  • endpoint added
View updated docs