Copy and securely store the key — it will only be shown once
Your API key grants full access to your account’s API. Never expose it in client-side code, public repositories, or version control. Store it as an environment variable.
API requests are rate-limited per your subscription plan. When exceeded, the API returns 429 Too Many Requests with the RATE_LIMIT_EXCEEDED error code.
Plan
Requests per minute
Free
60
Pro
300
Enterprise
1,000
For high-throughput use cases, contact mori@mori-corp.io to discuss Enterprise rate limits.
All order creation endpoints accept an idempotencyKey field. Submitting the same key twice returns the original order instead of creating a duplicate — safe for network retries.