OrdersCreate
Mobile
Create a Mobile proxy order
Create Mobile Order
Endpoint: POST /orders
Mobile is a bandwidth-type plan. Supply plan and bandwidth (GB).
Required Fields
| Field | Type | Required | Notes |
|---|---|---|---|
plan | string (slug) | yes | mobile. |
bandwidth | number (GB) | yes | Must be ≥ 1 and ≥ the smallest tier defined under bandwidths on the plan. |
Optional: discount_code. See Common Fields. Orders use account balance only.
Request Body
{
"plan": "mobile",
"bandwidth": 1
}