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

July 17, 2026

· 3 min read

POST /customers/{id}/send_missing_forms_email

  • removed the request body
  • removed the required property created_at from the response with the 200 status (media type: application/json)
  • removed the required property email from the response with the 200 status (media type: application/json)
  • removed the required property family_role from the response with the 200 status (media type: application/json)
  • removed the required property id from the response with the 200 status (media type: application/json)
  • removed the required property image from the response with the 200 status (media type: application/json)
  • removed the required property is_lead from the response with the 200 status (media type: application/json)
  • removed the required property is_status_locked from the response with the 200 status (media type: application/json)
  • removed the required property object from the response with the 200 status (media type: application/json)
  • removed the required property participating from the response with the 200 status (media type: application/json)
  • removed the required property provider from the response with the 200 status (media type: application/json)
  • removed the required property referral_code from the response with the 200 status (media type: application/json)
  • removed the required property status from the response with the 200 status (media type: application/json)
  • removed the required property visibility from the response with the 200 status (media type: application/json)
  • deleted the query request parameter expand
  • deleted the query request parameter fields
  • removed the optional property credit_balance from the response with the 200 status (media type: application/json)
  • removed the optional property customer_venue from the response with the 200 status (media type: application/json)
  • removed the optional property family from the response with the 200 status (media type: application/json)
  • removed the optional property field_values from the response with the 200 status (media type: application/json)
  • removed the optional property first_name from the response with the 200 status (media type: application/json)
  • removed the optional property is_opted_into_broadcast_messages from the response with the 200 status (media type: application/json)
  • removed the optional property is_opted_into_sms_marketing from the response with the 200 status (media type: application/json)
  • removed the optional property last_name from the response with the 200 status (media type: application/json)
  • removed the optional property lead_source from the response with the 200 status (media type: application/json)
  • removed the optional property sms_account from the response with the 200 status (media type: application/json)
  • removed the optional property staff_assignments from the response with the 200 status (media type: application/json)
  • added the required property message to the response with the 200 status (media type: application/json)
  • added the required property reason to the response with the 200 status (media type: application/json)
  • added the required property success to the response with the 200 status (media type: application/json)
View updated docs

July 15, 2026

· 5 min read

GET /payment_methods

  • the results/items/oneOf[subschema #1: CreditCardRead -> subschema #2: CreditCardRead]/expiration_month response's property type changed from integer to string for status 200 (media type: application/json)
  • the results/items/oneOf[subschema #1: CreditCardRead -> subschema #2: CreditCardRead]/expiration_year response's property type changed from integer to string for status 200 (media type: application/json)
  • added the required property results/items/oneOf[subschema #1: CreditCardRead -> subschema #2: CreditCardRead]/label to the response with the 200 status (media type: application/json)
  • added the required property results/items/oneOf[subschema #2: BankAccountRead -> subschema #5: BankAccountRead]/label to the response with the 200 status (media type: application/json)
  • added the required property results/items/oneOf[subschema #3: PaypalRead -> subschema #1: PaypalRead]/label to the response with the 200 status (media type: application/json)
  • added the required property results/items/oneOf[subschema #4: MandateRead -> subschema #3: MandateRead]/label to the response with the 200 status (media type: application/json)
  • added the required property results/items/oneOf[subschema #5: OfflinePaymentRead -> subschema #6: OfflinePaymentRead]/label to the response with the 200 status (media type: application/json)
  • added the required property results/items/oneOf[subschema #6: PayFastRead -> subschema #4: PayFastRead]/label to the response with the 200 status (media type: application/json)
  • the response required property results/items/oneOf[subschema #1: CreditCardRead -> subschema #2: CreditCardRead]/expiration_month became read-only for the status 200 (media type: application/json)
  • the response required property results/items/oneOf[subschema #1: CreditCardRead -> subschema #2: CreditCardRead]/expiration_year became read-only for the status 200 (media type: application/json)
View updated docs

GET /reports/customers.grouped/data

  • deleted the query request parameter extra_customer_fields
  • added the new optional query request parameter last_broadcast_at_gte
  • added the new optional query request parameter last_broadcast_at_lte
  • added the new optional query request parameter segment
View updated docs

POST /reports/customers.grouped/export

  • removed the request property extra_customer_fields (media type: application/json)
  • added the new optional request property last_broadcast_at_gte (media type: application/json)
  • added the new optional request property last_broadcast_at_lte (media type: application/json)
  • added the new optional request property segment (media type: application/json)
View updated docs

GET /reports/customers/data

  • deleted the query request parameter extra_customer_fields
  • added the new optional query request parameter last_broadcast_at_gte
  • added the new optional query request parameter last_broadcast_at_lte
  • added the new optional query request parameter segment
  • added the enum value last_broadcast_at to the property items/ of the query request parameter columns
  • added the optional property rows/items/last_broadcast_at to the response with the 200 status
View updated docs

POST /reports/customers/export

  • removed the request property extra_customer_fields (media type: application/json)
  • added the new optional request property last_broadcast_at_gte (media type: application/json)
  • added the new optional request property last_broadcast_at_lte (media type: application/json)
  • added the new optional request property segment (media type: application/json)
  • added the new last_broadcast_at enum value to the request property columns/items/ (media type: application/json)
View updated docs

PATCH /payment_methods/{id}

  • endpoint added
View updated docs

GET /providers/{id}/entitlements

  • added the new optional query request parameter expand
  • added the new optional query request parameter fields
View updated docs

July 14, 2026

· 4 min read

GET /payment_methods

  • the results/items/oneOf[subschema #4: CreditCardRead -> subschema #1: CreditCardRead]/expiration_month response's property type changed from string to integer for status 200 (media type: application/json)
  • the results/items/oneOf[subschema #4: CreditCardRead -> subschema #1: CreditCardRead]/expiration_year response's property type changed from string to integer for status 200 (media type: application/json)
  • removed the required property results/items/oneOf[subschema #1: MandateRead -> subschema #4: MandateRead]/label from the response with the 200 status (media type: application/json)
  • removed the required property results/items/oneOf[subschema #2: PaypalRead -> subschema #3: PaypalRead]/label from the response with the 200 status (media type: application/json)
  • removed the required property results/items/oneOf[subschema #3: OfflinePaymentRead -> subschema #5: OfflinePaymentRead]/label from the response with the 200 status (media type: application/json)
  • removed the required property results/items/oneOf[subschema #4: CreditCardRead -> subschema #1: CreditCardRead]/label from the response with the 200 status (media type: application/json)
  • removed the required property results/items/oneOf[subschema #5: PayFastRead -> subschema #6: PayFastRead]/label from the response with the 200 status (media type: application/json)
  • removed the required property results/items/oneOf[subschema #6: BankAccountRead -> subschema #2: BankAccountRead]/label from the response with the 200 status (media type: application/json)
  • the response required property results/items/oneOf[subschema #4: CreditCardRead -> subschema #1: CreditCardRead]/expiration_month became not read-only for the status 200 (media type: application/json)
  • the response required property results/items/oneOf[subschema #4: CreditCardRead -> subschema #1: CreditCardRead]/expiration_year became not read-only for the status 200 (media type: application/json)
View updated docs

PATCH /payment_methods/{id}

  • api removed without deprecation
View updated docs

GET /reports/customers.grouped/data

  • deleted the query request parameter segment
  • added the new optional query request parameter extra_customer_fields
View updated docs

POST /reports/customers.grouped/export

  • removed the request property segment (media type: application/json)
  • added the new optional request property extra_customer_fields (media type: application/json)
View updated docs

GET /reports/customers/data

  • deleted the query request parameter segment
  • added the new optional query request parameter extra_customer_fields
View updated docs

POST /reports/customers/export

  • removed the request property segment (media type: application/json)
  • added the new optional request property extra_customer_fields (media type: application/json)
View updated docs

July 13, 2026

· 2 min read

GET /payment_methods

  • the results/items/oneOf[subschema #4: CreditCardRead]/expiration_month response's property type changed from integer to string for status 200 (media type: application/json)
  • the results/items/oneOf[subschema #4: CreditCardRead]/expiration_year response's property type changed from integer to string for status 200 (media type: application/json)
  • added the required property results/items/oneOf[subschema #1: PaypalRead -> subschema #2: PaypalRead]/label to the response with the 200 status (media type: application/json)
  • added the required property results/items/oneOf[subschema #2: MandateRead -> subschema #1: MandateRead]/label to the response with the 200 status (media type: application/json)
  • added the required property results/items/oneOf[subschema #3: BankAccountRead -> subschema #6: BankAccountRead]/label to the response with the 200 status (media type: application/json)
  • added the required property results/items/oneOf[subschema #4: CreditCardRead]/label to the response with the 200 status (media type: application/json)
  • added the required property results/items/oneOf[subschema #5: PayFastRead]/label to the response with the 200 status (media type: application/json)
  • added the required property results/items/oneOf[subschema #6: OfflinePaymentRead -> subschema #3: OfflinePaymentRead]/label to the response with the 200 status (media type: application/json)
  • the response required property results/items/oneOf[subschema #4: CreditCardRead]/expiration_month became read-only for the status 200 (media type: application/json)
  • the response required property results/items/oneOf[subschema #4: CreditCardRead]/expiration_year became read-only for the status 200 (media type: application/json)
View updated docs

PATCH /payment_methods/{id}

  • endpoint added
View updated docs

July 9, 2026

· 2 min read

PATCH /communication/notification_types/missing_forms_waivers

  • the request property resend_interval_days became not nullable (media type: application/json)
  • added the new optional request property frequency (media type: application/json)
  • added the required property frequency to the response with the 200 status (media type: application/json)
View updated docs

GET /reports/customers.grouped/data

  • deleted the query request parameter extra_customer_fields
  • added the new optional query request parameter segment
View updated docs

POST /reports/customers.grouped/export

  • removed the request property extra_customer_fields (media type: application/json)
  • added the new optional request property segment (media type: application/json)
View updated docs

GET /reports/customers/data

  • deleted the query request parameter extra_customer_fields
  • added the new optional query request parameter segment
View updated docs

POST /reports/customers/export

  • removed the request property extra_customer_fields (media type: application/json)
  • added the new optional request property segment (media type: application/json)
View updated docs

GET /communication/notification_types/missing_forms_waivers

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

July 7, 2026

· 9 min read

PUT /communication/broadcast_messages/{id}

  • added the new required request property content_check (media type: application/json)
  • added the required property content_check to the response with the 200 status (media type: application/json)
View updated docs

POST /communication/broadcast_messages/{id}/send

  • removed the request property channel (media type: application/json)
  • removed the request property is_sent (media type: application/json)
  • removed the request property message (media type: application/json)
  • removed the request property scheduled_at (media type: application/json)
  • removed the request property sent_at (media type: application/json)
  • removed the request property sent_by (media type: application/json)
  • removed the request property subject (media type: application/json)
  • removed the request property use_case (media type: application/json)
  • added the new optional request property acknowledge_content_warning (media type: application/json)
  • request body became optional
  • added the required property content_check to the response with the 200 status (media type: application/json)
View updated docs

POST /auth/m2m_tokens

  • added the new perform_by_boxmate enum value to the request property permissions/items/ (media type: application/json)
View updated docs

PATCH /auth/m2m_tokens/{id}

  • added the new perform_by_boxmate enum value to the request property permissions/items/ (media type: application/json)
  • added the optional property permissions/perform_by_boxmate to the response with the 200 status (media type: application/json)
View updated docs

PUT /auth/m2m_tokens/{id}

  • added the new perform_by_boxmate enum value to the request property permissions/items/ (media type: application/json)
View updated docs

GET /auth/profiles

  • added the optional property results/items/oneOf[subschema #2: StaffProfile]/permissions/perform_by_boxmate to the response with the 200 status (media type: application/json)
View updated docs

POST /communication/broadcast_messages

  • added the required property content_check to the response with the 201 status (media type: application/json)
View updated docs

GET /communication/broadcast_messages/{id}

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

PATCH /communication/broadcast_messages/{id}

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

GET /content

  • added the optional property results/items/instructors/items/permissions/perform_by_boxmate to the response with the 200 status (media type: application/json)
View updated docs

GET /content/{id}

  • added the optional property instructors/items/permissions/perform_by_boxmate to the response with the 200 status (media type: application/json)
View updated docs

POST /content/{id}/add_favorite

  • added the optional property instructors/items/permissions/perform_by_boxmate to the response with the 200 status (media type: application/json)
View updated docs

POST /content/{id}/remove_favorite

  • added the optional property instructors/items/permissions/perform_by_boxmate to the response with the 200 status (media type: application/json)
View updated docs

GET /customer_forms

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

GET /customer_forms/{id}

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

GET /instructors

  • added the optional property results/items/permissions/perform_by_boxmate to the response with the 200 status (media type: application/json)
View updated docs

POST /instructors

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

GET /instructors/{id}

  • added the optional property permissions/perform_by_boxmate to the response with the 200 status (media type: application/json)
View updated docs

GET /instructors/{id}/availability

  • added the optional property permissions/perform_by_boxmate to the response with the 200 status (media type: application/json)
View updated docs

GET /instructors/{id}/blocked_times

  • added the optional property permissions/perform_by_boxmate to the response with the 200 status (media type: application/json)
View updated docs

PATCH /instructors/{id}/blocked_times

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

GET /integrations/marketing_suite/config

  • endpoint added
View updated docs

POST /integrations/marketing_suite/launch_sso

  • endpoint added
View updated docs

GET /providers/{id}/entitlements

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

GET /staff

  • added the optional property results/items/permissions/perform_by_boxmate to the response with the 200 status (media type: application/json)
View updated docs

POST /staff

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

June 29, 2026

· 11 min read

POST /auth/m2m_tokens

  • added the new marketing_suite enum value to the request property permissions/items/ (media type: application/json)
View updated docs

PATCH /auth/m2m_tokens/{id}

  • added the new marketing_suite enum value to the request property permissions/items/ (media type: application/json)
  • added the optional property permissions/marketing_suite to the response with the 200 status (media type: application/json)
View updated docs

PUT /auth/m2m_tokens/{id}

  • added the new marketing_suite enum value to the request property permissions/items/ (media type: application/json)
View updated docs

GET /auth/profiles

  • added the optional property results/items/oneOf[subschema #2: StaffProfile -> subschema #1: StaffProfile]/permissions/marketing_suite to the response with the 200 status (media type: application/json)
View updated docs

GET /content

  • added the optional property results/items/instructors/items/permissions/marketing_suite to the response with the 200 status (media type: application/json)
View updated docs

GET /content/{id}

  • added the optional property instructors/items/permissions/marketing_suite to the response with the 200 status (media type: application/json)
View updated docs

POST /content/{id}/add_favorite

  • added the optional property instructors/items/permissions/marketing_suite to the response with the 200 status (media type: application/json)
View updated docs

POST /content/{id}/remove_favorite

  • added the optional property instructors/items/permissions/marketing_suite to the response with the 200 status (media type: application/json)
View updated docs

GET /customer_forms

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

GET /customer_forms/{id}

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

GET /instructors

  • added the optional property results/items/permissions/marketing_suite to the response with the 200 status (media type: application/json)
View updated docs

POST /instructors

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

GET /instructors/{id}

  • added the optional property permissions/marketing_suite to the response with the 200 status (media type: application/json)
View updated docs

GET /instructors/{id}/availability

  • added the optional property permissions/marketing_suite to the response with the 200 status (media type: application/json)
View updated docs

GET /instructors/{id}/blocked_times

  • added the optional property permissions/marketing_suite to the response with the 200 status (media type: application/json)
View updated docs

PATCH /instructors/{id}/blocked_times

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

GET /providers/{id}/platform_subscription

  • endpoint added
View updated docs

GET /reports/customers.grouped/data

  • added the new optional query request parameter last_registration_starts_at_gte
  • added the new optional query request parameter last_registration_starts_at_lte
  • added the new optional query request parameter next_registration_starts_at_gte
  • added the new optional query request parameter next_registration_starts_at_lte
  • added the new optional query request parameter query
View updated docs

POST /reports/customers.grouped/export

  • added the new optional request property last_registration_starts_at_gte (media type: application/json)
  • added the new optional request property last_registration_starts_at_lte (media type: application/json)
  • added the new optional request property next_registration_starts_at_gte (media type: application/json)
  • added the new optional request property next_registration_starts_at_lte (media type: application/json)
  • added the new optional request property query (media type: application/json)
View updated docs

GET /reports/customers/data

  • added the new optional query request parameter last_registration_starts_at_gte
  • added the new optional query request parameter last_registration_starts_at_lte
  • added the new optional query request parameter next_registration_starts_at_gte
  • added the new optional query request parameter next_registration_starts_at_lte
  • added the new optional query request parameter query
  • added the enum value last_registration to the property items/ of the query request parameter columns
  • added the enum value last_registration.id to the property items/ of the query request parameter columns
  • added the enum value last_registration.starts_at to the property items/ of the query request parameter columns
  • added the enum value last_registration.type to the property items/ of the query request parameter columns
  • added the enum value last_registration_id to the property items/ of the query request parameter columns
  • added the enum value last_registration_starts_at to the property items/ of the query request parameter columns
  • added the enum value last_registration_type to the property items/ of the query request parameter columns
  • added the enum value next_registration to the property items/ of the query request parameter columns
  • added the enum value next_registration.id to the property items/ of the query request parameter columns
  • added the enum value next_registration.starts_at to the property items/ of the query request parameter columns
  • added the enum value next_registration.type to the property items/ of the query request parameter columns
  • added the enum value next_registration_id to the property items/ of the query request parameter columns
  • added the enum value next_registration_starts_at to the property items/ of the query request parameter columns
  • added the enum value next_registration_type to the property items/ of the query request parameter columns
  • added the optional property rows/items/last_registration to the response with the 200 status
  • added the optional property rows/items/next_registration to the response with the 200 status
View updated docs

POST /reports/customers/export

  • added the new optional request property last_registration_starts_at_gte (media type: application/json)
  • added the new optional request property last_registration_starts_at_lte (media type: application/json)
  • added the new optional request property next_registration_starts_at_gte (media type: application/json)
  • added the new optional request property next_registration_starts_at_lte (media type: application/json)
  • added the new optional request property query (media type: application/json)
  • added the new last_registration enum value to the request property columns/items/ (media type: application/json)
  • added the new last_registration.id enum value to the request property columns/items/ (media type: application/json)
  • added the new last_registration.starts_at enum value to the request property columns/items/ (media type: application/json)
  • added the new last_registration.type enum value to the request property columns/items/ (media type: application/json)
  • added the new last_registration_id enum value to the request property columns/items/ (media type: application/json)
  • added the new last_registration_starts_at enum value to the request property columns/items/ (media type: application/json)
  • added the new last_registration_type enum value to the request property columns/items/ (media type: application/json)
  • added the new next_registration enum value to the request property columns/items/ (media type: application/json)
  • added the new next_registration.id enum value to the request property columns/items/ (media type: application/json)
  • added the new next_registration.starts_at enum value to the request property columns/items/ (media type: application/json)
  • added the new next_registration.type enum value to the request property columns/items/ (media type: application/json)
  • added the new next_registration_id enum value to the request property columns/items/ (media type: application/json)
  • added the new next_registration_starts_at enum value to the request property columns/items/ (media type: application/json)
  • added the new next_registration_type enum value to the request property columns/items/ (media type: application/json)
View updated docs

GET /staff

  • added the optional property results/items/permissions/marketing_suite to the response with the 200 status (media type: application/json)
View updated docs

POST /staff

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

June 24, 2026

· 2 min read

GET /reports/customers.grouped/data

  • added the new optional query request parameter registered_and_attended_count_gte
  • added the new optional query request parameter registered_and_attended_count_lte
View updated docs

POST /reports/customers.grouped/export

  • added the new optional request property registered_and_attended_count_gte (media type: application/json)
  • added the new optional request property registered_and_attended_count_lte (media type: application/json)
View updated docs

GET /reports/customers/data

  • added the new optional query request parameter registered_and_attended_count_gte
  • added the new optional query request parameter registered_and_attended_count_lte
View updated docs

POST /reports/customers/export

  • added the new optional request property registered_and_attended_count_gte (media type: application/json)
  • added the new optional request property registered_and_attended_count_lte (media type: application/json)
View updated docs