Retrieve all orders and proxy details for a specific customer ID.
| Header | Value | Required |
|---|---|---|
Authorization | Bearer {your_api_key} | Yes |
| Field | Type | Description |
|---|---|---|
order_id | string | Unique order identifier |
subscription_id | string | Stripe subscription ID |
product_type | string | Product type identifier |
product_name | string | Human-readable product name |
quantity | integer | Number of proxies |
unix_purchase_date | integer | Purchase timestamp |
unix_expiration_date | integer | Expiration timestamp |
proxy_username | string | Proxy authentication username |
proxy_password | string | Proxy authentication password |
customer | string | Customer identifier |
proxies | array | List of proxy strings |
customer parameter to tag orders for later retrieval using this endpoint.