LumireCRM

Docs · v1.0.0

Everything you need to integrate LumireCRM.

The v1 API contract is frozen. Endpoints under /v1/* will not break — additive changes only; breaking changes open a new version line. Check GET /v1/_meta/version from your client to detect drift.

Quickstart

Five-minute path: create a tenant, mint an API key, ping /v1/_meta/version.

Read →

Auth & API keys

Session cookie auth for browser flows; lum_live_* keys for machine-to-machine. Argon2id at rest.

Read →

API reference

Auto-generated from the live OpenAPI document. curl / fetch / httpx / php-curl / net/http snippets per endpoint.

Read →

Webhook events

Trader, deposit, withdrawal, KYC, and position events. HMAC-signed delivery with retry + manual replay.

Read →

SDKs

  • TypeScript@lumirecrm/sdk (npm)
  • Pythonlumirecrm-sdk (PyPI, 1.0.0)
  • PHPlumirecrm/sdk (Packagist, 1.0.0)
  • Gogithub.com/lumirecrm/sdk-go/lumirecrm (1.0.0)

Live links