Capabilities
Create Orders
Programmatically purchase subscriptions
List Orders
Retrieve orders and proxy details
Fetch Proxies
Get proxy lists in multiple formats
Manage Accounts
Create and manage customer accounts
Quick start
1
Get your API key
Navigate to Settings → API Keys in your dashboard
2
Make a request
3
Parse the response
Endpoints
- Order API
- Account API
- Inventory API
| Endpoint | Method | Description |
|---|---|---|
/order/newscale | POST | Create a new order |
/order/list | GET | List all active orders |
/order/fetch/:order_id | GET | Get order with proxies |
/order/fetch/customer/:id | GET | Get orders by customer |
/order/delete/:sub_id/:prod_id | DELETE | Cancel an order |
/order/exchange/:order_id | POST | Exchange proxies |