Authentication
API keys, scopes, and user session JWTs.
Partner API key
Server-to-server credential. Never embed in mobile apps — proxy through your backend. Format: ema_pk_...
http
Authorization: Bearer ema_pk_...
# or
X-Partner-Api-Key: ema_pk_...Scopes
| Scope | Access |
|---|---|
| users | Create/read users, mint sessions |
| compliance | Read/write KYC profiles |
| wallet | Balances, whitelist addresses |
| deposits | Crypto deposits |
| withdrawals | Crypto withdrawals |
| airfarming | Drop schedule status |
| vip | VIP farmer summary |
| webhooks | Configure outbound webhooks |
User session JWT
Mint via POST /v1/partner/users/:id/session. Valid 7 days. Use on standard Min user routes with Authorization: Bearer <jwt>.