Skip to main content

August 28, 2026

· 6 min read

This release adds comprehensive support for lead source tracking across customer segments and reporting endpoints, enabling developers to filter and segment customers based on how they were acquired. Additionally, four new referral program endpoints have been introduced, allowing API consumers to programmatically access referral codes, generate QR codes, retrieve program details, and list referrals.

GET /crm/customer_segments

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

POST /crm/customer_segments

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

GET /crm/customer_segments/{id}

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

PATCH /crm/customer_segments/{id}

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

PUT /crm/customer_segments/{id}

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

GET /platform/referral_code

  • endpoint added
View updated docs

GET /platform/referral_code/qr_code

  • endpoint added
View updated docs

GET /platform/referral_program

  • endpoint added
View updated docs

GET /platform/referrals

  • endpoint added
View updated docs

GET /reports/customers.grouped/data

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

POST /reports/customers.grouped/export

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

GET /reports/customers/data

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

POST /reports/customers/export

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