Membber Developers

Built headless.
Documented from the contract.

Membber runs membership, loyalty, orders, bookings and analytics for real-world businesses. All of it sits on one versioned API: the same surface our own apps run on. The reference you read here is generated from the live contract, so it is never out of date.

179 operations41 domains2 typed SDKsbase https://www.membber.com/api/v1

Quickstart

Minutes to a first call

One client, one Bearer token, typed results. Reads return data shaped exactly as the reference shows; writes take an idempotency key so retries are always safe. Start with the public /api/v1/system/ping probe, no auth required, then sign in and go.

Your first read
import { createMembberClient } from "@membber/sdk-ts";

const membber = createMembberClient({
  getAccessToken: () => process.env.MEMBBER_TOKEN,
});

const { data, error } = await membber.raw.GET(
  "/api/v1/customers",
  { params: { query: { store_id: "<store-id>" } } }
);

What people build

The platform behind the counter

Merchant integrations

Sync members, visits, orders and reports into the tools a business already runs on.

AI agents

Scoped agent keys let an agent work the front desk, look up members, grant stamps, move orders forward, and nothing more.

Branded apps

A merchant's own app, powered end to end by the same contract our apps use. Nothing second-class.

WhatsApp
Book a Call
Start Free