List membership plans
Authorization
ApiKeyAuth Send your API key as a bearer token: Authorization: Bearer bp_sk_live_.... Mint and revoke keys in your dashboard under Settings -> Developers.
In: header
Query Parameters
Restrict to a single location. Must be one the key can access.
uuidResponse Body
application/json
application/json
curl -X GET "https://example.com/memberships"{ "data": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "location_id": "46910cc3-ab41-4b80-b4a7-94dab9f1b795", "name": "string", "price_cents": 0, "billing_interval": "monthly" } ]}List a contact's memberships
The memberships a contact holds (as primary member or family member), with status and remaining credits.
Check a member in
Records a facility check-in for a member. Provide either an `identifier` (member code or fob UID, which is resolved for you) or an explicit `membership_id` + `contact_id`. Enforces the same rules as the dashboard: membership active, plan allows facility access, the location is covered, cross-location rules, and available credits. Send an `Idempotency-Key` so a retry or a double-scan does not log two visits.