Signup

1 operation. Every schema and example on this page is generated from the platform contract.

Get the add-ons offered during website signup.

Catalogue-only list of the add-ons the signup funnel offers (Batch Drops, Bookings): name, price, setup fee, the tier and store template each needs, and whether it is actually purchasable (a paid add-on with no resolvable Stripe price is returned unpurchasable so the funnel never offers what checkout would refuse). Public because no session exists at that point in the funnel; no tenant data is returned.

Response, 200

addonsarray of objectrequired
8 child fields
slugstringrequired
namestringrequired
descriptionstring, nullablerequired
price_pencenumber, nullablerequired
setup_fee_pencenumber, nullablerequired
tier_requiredstring, nullablerequired
store_templatestring, nullablerequired
purchasablebooleanrequired
curl -G "https://www.membber.com/api/v1/signup/addons" \
  -H "Authorization: Bearer $MEMBBER_TOKEN"
Response, 200
{
  "addons": [
    {
      "slug": "<slug>",
      "name": "Example name",
      "description": "Added at the front desk",
      "price_pence": 1500,
      "setup_fee_pence": 1500,
      "tier_required": "<tier_required>",
      "store_template": "<store_template>",
      "purchasable": true
    }
  ]
}
WhatsApp
Book a Call
Start Free