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) - Python —
lumirecrm-sdk(PyPI, 1.0.0) - PHP —
lumirecrm/sdk(Packagist, 1.0.0) - Go —
github.com/lumirecrm/sdk-go/lumirecrm(1.0.0)
Live links
- Interactive OpenAPI explorer: http://143.110.171.125:4000/docs
- Raw OpenAPI JSON: http://143.110.171.125:4000/docs-json
- Contract version: /v1/_meta/version