API Documentation
Build with the Zorexium API
Introduction
The Zorexium API allows developers to programmatically access marketplace data, manage listings, and build integrations. Our REST API provides endpoints for products, sellers, orders, and more.
Authentication
All API requests require authentication using an API key. Include your key in the Authorization header:
Base URL
Endpoints
Products
Sellers
Orders
Rate Limiting
API requests are limited to 1000 requests per hour per API key. Rate limit headers are included in all responses.
Pagination
List endpoints support pagination with limit and offset parameters:
Error Handling
Errors return appropriate HTTP status codes with error messages:
- 400: Bad Request
- 401: Unauthorized
- 404: Not Found
- 429: Too Many Requests (rate limit exceeded)
- 500: Internal Server Error
Get Your API Key
Visit your account settings to generate an API key. Keep it secret and never share it publicly.
Support
For API support and questions, contact developers@zorexium.io