Reseller API
Authenticate with an API key via the X-API-Key header

Generate your API key after login on the Welcome page. Use it for external server-to-server requests.

Header
Endpoints
Base URL: same-origin or https://reseller.cap27.online
GET /api/reseller/[code]
Get product detail by code (public)
GET /api/reseller/profile
Get current profile (requires API key)
POST /api/reseller
Place an order (requires API key). Body:
Example
Responses
Unified envelope
Success
Error
Rate limits: up to 50 POST requests/minute. Use API key header for external calls.