API documentation
Your credentials
All requests are POST with
key + action parameters. Responses are JSON.Methods
| Action | Parameters | Description |
|---|---|---|
services | key, action=services | List all services |
add | key, action=add, service, link, quantity | Place an order |
add (drip) | …, runs, interval | Drip-feed order |
status | key, action=status, order | Single order status |
status (multi) | key, action=status, orders=1,2,3 | Multiple order status |
refill | key, action=refill, order | Request a refill |
balance | key, action=balance | Check balance |