Get started
Istores API
Version: 1.2.5 Specification: OpenAPI 3.0
Welcome to the official documentation for the Istores API — your gateway to managing eCommerce data through our robust and rate-limited RESTful interface.
🚦 Rate Limits
To ensure stability and fair usage:
- ⏱ 2 requests per second (120 requests per minute) maximum
- 🔁 If you exceed this limit, you will receive a 429 Too Many Requests response
- 🕒 Use the
Retry-Afterheader to determine when to retry
Please implement appropriate backoff strategies in your client.
🧾 Required Headers
Every request must include:
Content-Type: application/jsonUser-Agent: Your application identifierx-token: Your API authentication token (This data should be copied from the profile menu in your istores account)
Example:
Code
Last modified on