Skip to main content
GET
Get Customer Orders
Retrieve all orders associated with a specific customer ID, including proxy details.

Request

Headers

Path Parameters

string
required
The customer ID to search for. Must be lowercase letters only (a-z).

Example Request

Response

Success Response

Response Fields

string
Status of the request.
string
The customer ID that was searched.
integer
Total number of orders found for this customer.
array
Array of order objects with proxy details.

Order Object Fields

Error Responses

400 Bad Request - Invalid Customer ID

404 Not Found - No Orders

Use Case

The customer ID feature is useful for:
  • Resellers: Track orders for specific clients
  • Enterprises: Organize proxies by department or project
  • Automation: Programmatically manage proxies per customer
When creating orders via the API, you can specify a customer parameter to tag orders for later retrieval using this endpoint.

Example Workflow