Skip to main content
GET
Get Order
Retrieve detailed proxy information for a specific order, including all assigned IP addresses.

Request

Headers

Path Parameters

string
required
The order ID returned from order creation.

Query Parameters

string
Proxy output format. Options:
  • ipup - ip:port:username:password (default)
  • upip - username:password:ip:port
  • upaip - username:password@ip:port
  • object - JSON object format

Example Requests

Default Format

Custom Format

Response

Success Response

Success Response (Object Format)

Response Fields

string
Status of the request.
object
Order details object.
string
Unique order identifier.
string
Stripe subscription ID.
string
Product type identifier.
integer
Number of proxies in the order.
integer
Purchase timestamp (Unix epoch).
integer
Expiration timestamp (Unix epoch).
string
Authentication username for all proxies in this order.
string
Authentication password for all proxies in this order.
array
Array of proxy strings or objects (depending on format).

Error Responses

404 Not Found

503 Service Unavailable

Notes

  • Use the order_id (not subscription_id) for fetching proxy details
  • All proxies in an order share the same username and password
  • The proxy port is typically 3128 for HTTP/HTTPS proxies