Retrieve all active orders with proxy details for a specific customer.
| Header | Value | Required |
|---|---|---|
Authorization | Bearer {your_api_key} | Yes |
| Field | Type | Description |
|---|---|---|
_id | string | MongoDB document ID |
email | string | Customer’s email address |
customer_discord_id | string | Customer’s Discord ID |
product_id | string | Product type identifier |
product_name | string | Human-readable product name |
quantity | integer | Number of proxies |
order_status | string | Status (always “active” for this endpoint) |
unix_purchase_date | integer | Purchase timestamp |
unix_expiration_date | integer | Expiration timestamp |
datacenter_details | object | Proxy credentials and list |
| Field | Type | Description |
|---|---|---|
proxy_username | string | Authentication username |
proxy_password | string | Authentication password |
proxy_port | integer | Proxy port number |
proxy_list | string | Newline-separated list of proxies |
proxy_list field contains proxies in the format:
\n).
| Endpoint | Active Only | Includes Proxy List |
|---|---|---|
| Get Order History | No (all orders) | No |
| Get Active Orders | Yes | Yes |