Create an Order

Placing a new order.

Placing a new order

POST https://smsverification.xyz/api/v2/rental/order

Body parameters must be sent as a JSON

Headers

NameTypeDescription

Authentication*

String

Request Body

NameTypeDescription

country*

String

Must declare desired country.

service*

String

Must declare desired service.

length*

Integer

Must declare rent time. Represents hours and the minimum time is 4 hours.

{
    "status": "success",
    "data": {
        "old_balance": 0.95,
        "new_balance": 0.7,
        "phone": {
            "id": 5,
            "number": "+447700900862",
            "purchased_at": "2023-02-22 15:01:53",
            "expires_at": "2023-02-22 19:01:53",
            "can_cancel": true,
            "expired": false
        }
    }
}

Last updated