Skip to main content

June 23, 2026

· 2 min read

GET /auth/oidc/userinfo

  • endpoint added
View updated docs

GET /customer_memberships

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

POST /customer_memberships

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

POST /customer_memberships/bulk_edit_prices

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

GET /customer_memberships/{id}

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

POST /customer_memberships/{id}/cancel

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