Authentication
The Customer API uses API keys for authentication. No OAuth or session cookies.Getting an API key
- Open Dashboard โ Settings โ API Keys
- Click Create API Key
- Name it (e.g., โProductionโ, โStagingโ)
- Copy the key โ it starts with
mom_sk_and is shown only once
Using your API key
Header (recommended)
Query parameter
Security
- Never commit API keys to version control
- Rotate keys if you suspect exposure
- Revoke unused keys in the dashboard
- Use different keys for dev and production
Errors
| Status | Meaning |
|---|---|
| 401 | Missing or invalid API key |
| 402 | Subscription required โ upgrade to use the API |