Skip to main content

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