Skip to main content
POST
Create Order
Create a new proxy order. Orders are automatically billed through Stripe integration.

Request

Headers

Body Parameters

integer
required
Number of proxies to order. Must be greater than 0.
string
required
Type of proxy product to order. The following datacenter pool values are available:
string
Optional customer identifier for tracking. Must be lowercase letters only (a-z), max 50 characters.

Example Request

Response

Success Response

string
Status of the request. Returns "success" on successful order creation.
string
Unique identifier for the order. Use this to fetch proxy details.
string
Stripe subscription ID for billing management.

Error Responses

400 Bad Request - Missing Fields

400 Bad Request - Invalid Product Type

400 Bad Request - Invalid Quantity

400 Bad Request - Invalid Customer ID

401 Unauthorized

Notes

  • Orders are automatically billed through your connected Stripe account
  • Proxy credentials become active immediately after successful order creation
  • The order_id is a lowercase version of the subscription ID and is used as the proxy username
  • If using an organization API key, the order is billed to the organization’s Stripe customer

List Orders

View all your active orders.

Get Order

Fetch proxy details for an order.