Getting Started
Everything on this page is what you need before making your first call against the Zentake API.
- Authentication. API Keys
only (
X-API-KEY+X-API-SECRET). There is no OAuth. - Sandbox. A testing environment with isolated data, separate credentials, and its own limits.
- Environments. How sandbox and production differ, and how to tell which one a response came from.
- Rate limits. Sandbox limits are fixed; production limits depend on your plan.
- Errors. The status codes the API returns and what the response bodies actually look like.
Once you're authenticated, head to the API Reference for every endpoint, or Core Concepts for the resource model.