NovaProxy Docs
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

FieldTypeRequiredNotes
planstring (slug)yesmobile.
bandwidthnumber (GB)yesMust 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
}

On this page