Get Order
Order API
Get Order
Retrieve proxy details for a specific order.
GET
Get Order
Retrieve detailed proxy information for a specific order, including all assigned IP addresses.
Request
Headers
| Header | Value | Required |
|---|---|---|
Authorization | Bearer {your_api_key} | Yes |
Path Parameters
The order ID returned from order creation.
Query Parameters
Proxy output format. Options:
ipup-ip:port:username:password(default)upip-username:password:ip:portupaip-username:password@ip:portobject- JSON object format
Example Requests
Default Format
Custom Format
Response
Success Response
Success Response (Object Format)
Response Fields
Status of the request.
Order details object.
Unique order identifier.
Stripe subscription ID.
Product type identifier.
Number of proxies in the order.
Purchase timestamp (Unix epoch).
Expiration timestamp (Unix epoch).
Authentication username for all proxies in this order.
Authentication password for all proxies in this order.
Array of proxy strings or objects (depending on format).
Error Responses
404 Not Found
503 Service Unavailable
Notes
- Use the
order_id(notsubscription_id) for fetching proxy details - All proxies in an order share the same username and password
- The proxy port is typically
3128for HTTP/HTTPS proxies
