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
Get your API key
Navigate to Settings → API Keys in your dashboard
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 |
Response format
Next steps
Authentication
Set up API keys and authentication
Create Order
Start with your first API call
