1. Get your API key
API keys are created in the Modulate admin UI under Organization detail > API Keys. Your key will look like:
Store your API key securely. It grants read access to your entire merchant portfolio.
2. Make your first request
3. Understand the response
Every response follows the same envelope:
Key fields:
data — The payload (object or array depending on endpoint)
meta.as_of — When the underlying data was last refreshed
meta.pagination — Present on all list endpoints
errors — Empty on success; contains error details on failure
Next steps