Reseller API
Errors
Every error response is a flat JSON object with a single field:
{ "error": "Invalid API key" }Status codes
400— malformed request body or parameters.401— missing or invalidX-API-Key.404— customer not found, or not owned by this key.429— rate limit exceeded (60 req/min).502— a transient upstream error, safe to retry.503— Reseller provisioning is temporarily unavailable.
Was this page helpful?