Skip to main content
GET
Get Order Details
Retrieve the raw order records (as stored in the database) for every non-expired order belonging to the authenticated user or organization. Unlike List Orders, this returns database documents directly and does not contact the proxy servers, so no live proxy IP lists are included.

Request

Headers

This endpoint takes no parameters.

Example Request

Response

Success Response

Response Fields

string
Status of the request.
array
Array of raw order documents as stored in the database.

Order Document Fields

Notes

  • This endpoint does not call the proxy servers, so it returns no live IP lists. Use Get Order or List Orders with include_proxies=true for live proxy details.
  • Only non-expired orders are returned.

List Orders

List orders with live proxy details.

Get Order

Fetch live proxy details for a single order.