Boring docs for production APIs.
Endpoints you can copy-paste. Auth via key only — no OAuth dance. Interactive OpenAPI browser inside the dashboard once you have a key.
Authentication
Every request carries a single key field. Generate one in the dashboard, rotate whenever. No expiry unless you set one.
Rate limits
60 req/min on read endpoints, 30 req/min on writes. Above Platinum tier those double — message support for higher ceilings.
/api/v2action =servicesList available services with current rates, min/max, and refill policy.
/api/v2action =addCreate an order. Idempotency-Key header supported on v3.
/api/v2action =statusLive status, start count, delivered count, remaining, ETA.
/api/v2action =refillRequest a free refill inside the 90-day window on eligible subscriber orders.
Webhooks, in one paragraph.
Configure a URL in the dashboard. We POST a JSON body on status changes:in_progress,completed,partial,canceled. Signed with HMAC-SHA256. We retry with exponential backoff up to 24h if your endpoint 5xxs.
OpenAPI browser lives in the dashboard.
Full spec, "Try it out" against your own key, request/response examples for every endpoint. Sign in to see it.
Open the spec