Skip to main content
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.
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.

Path parameters

string
required
Your booking page token — either the booking slug (Settings → Booking Page) or the lead token (Settings → Website Leads). See Authentication & tokens.

Response

Returns 200 OK.
array
The bookable plans, ordered by price ascending. Empty when the business offers none.
string
The workspace’s business type.
string
Currency the prices are expressed in.
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.

Errors

Example