Environments
Base URL
All API requests go to:
https://api.taketheme.com/api/v1
The API is versioned in the path (/api/v1). Breaking changes ship as a new version prefix; see the Changelog.
Environment-Scoped Keys
Every API key is created for one environment:
| Environment | Purpose |
|---|---|
production | Live store data |
staging | Pre-production testing |
development | Local development |
The environment is metadata attached to the key for your own hygiene — use separate keys per environment and never point development tooling at a production key.
Store Scoping
A key belongs to exactly one store. All requests authenticated with it operate on that store's data; there is no cross-store access. To integrate with multiple stores, create one key per store.