Fetch the membership plans a customer can sign up for during booking.
Returns the membership plans the business has made bookable, so your booking flow can offer a membership alongside the job. Plans are returned cheapest first.
GET /api/public/booking/{token}/memberships
Unlike the config, availability, and submit endpoints, this one does not send Access-Control-Allow-Origin. A browser calling it cross-origin is blocked by CORS. Fetch the plans from your own server and pass them to your page, rather than calling this endpoint from the customer’s browser.
Only plans that are active, marked bookable, and visible are returned. A plan the business sells privately won’t appear here — that’s deliberate, not a missing record.