Place an order

This request helps you place an order.

Endpoint:

POST https://proxy-seller.com/api/v1/{YourApiKey}/order/make

Example

https://proxy-seller.com/api/v1/fj4948ffhg58gh843gh/order/make

Path parameters

NameValueDescription

Authorization

<Your_API_Key>

Your personal API key (how to get)

Request body

NameTypeDescription

countryId

Number

ID of the country you selected in the /reference/list/{type} request

periodId

String

ID of the period you selected in the /reference/list/{type} request

coupon

String

The coupon code, if available

paymentId

Number

IDs of the payment system. '1' for balance, '43' for the card added to your account

quantity

Number

The number of proxies you want to order

authorization

String

The method of authorization. Leave blank if you want to use username and password for authorization

customTargetName

String

If you want to add a custom goal

String

Create custom authorization - Y/N (N - default)

Response

{
    "status": "success",
    "data": {
        "orderId": 2426273,
        "total": 16.2,
        "balance": 1776.88
    },
    "errors": []
}

Last updated