Build on Mybers

REST API, scoped keys, HMAC-signed webhooks, and OIDC SSO — all included on every plan. Integrate your membership data with any tool or build custom workflows.

Simple, predictable API

Standard REST patterns. JSON everywhere. No surprises.

Request

curl -X GET "https://mybers.com/api/v1/members?status=active&limit=10" \
  -H "Authorization: Bearer mk_live_abc123..." \
  -H "Content-Type: application/json"

Response

{
  "data": [
    {
      "id": "mem_8x7k2...",
      "firstName": "Jane",
      "lastName": "Smith",
      "email": "jane@example.com",
      "status": "active",
      "level": "Professional",
      "joinedAt": "2026-01-15T00:00:00Z"
    }
  ],
  "pagination": { "total": 847, "page": 1, "limit": 10 }
}

Everything you need to integrate

API access is included on every plan — even Starter.

REST API

Full CRUD coverage for members, events, payments, and registrations. JSON responses, pagination, filtering, and field selection.

  • Members: list, create, update, delete, search
  • Events: list, create, update, publish, cancel
  • Payments: list, record manual payments
  • Registrations: list, check-in, cancel
  • Membership levels: list, create
  • Broadcasts: list, create, send

Scoped API Keys

Create API keys with granular permissions. Read-only keys for reporting, write keys for integrations, admin keys for full access.

  • Per-org key isolation
  • Read / write / admin scopes
  • Key rotation without downtime
  • Usage tracking and rate limits
  • Revoke individual keys instantly

Webhooks

Real-time HMAC-signed webhook notifications for every platform event. Filter by event type, retry on failure, and verify signatures.

  • member.created, member.updated, member.deleted
  • event.created, event.published
  • payment.succeeded, payment.failed
  • registration.created, registration.checked_in
  • HMAC-SHA256 signature verification
  • Automatic retries with exponential backoff

OIDC Single Sign-On

Enterprise SSO with any OIDC-compatible identity provider. Okta, Azure AD, Google Workspace, Auth0, and more.

  • Standard OIDC authorization code flow
  • Configurable issuer, client ID, and secret
  • Automatic account linking
  • SSO-only login enforcement
  • SCIM provisioning (coming soon)

Integration Library

Pre-built connectors for popular tools. Self-serve on Starter, managed setup on Pro, custom integrations on Enterprise.

  • HubSpot: sync members as contacts
  • Mailchimp: sync audiences and tags
  • Stripe: automatic payment processing
  • Twilio: SMS communications (Pro)
  • Zapier: connect to 5,000+ apps
  • Custom webhooks for any tool

Developer Experience

Interactive API docs built into the dashboard, copy-paste code snippets, and a test mode for safe experimentation.

  • Interactive API explorer in dashboard
  • Copy-paste cURL, JavaScript, Python snippets
  • Test mode with sandbox data
  • Comprehensive error messages
  • OpenAPI spec export (/api/v1/openapi.json)

100%

API coverage on all plans

HMAC

SHA-256 signed webhooks

OIDC

Enterprise SSO standard

Start building today

Create a free account, generate an API key from Settings > API, and start making requests. Full documentation is built into the dashboard.