Get Price

Retrieves the price of a number for the desired country, service and rent time.

Number price by country, service and rent time

GET https://smsverification.xyz/api/v2/rental/price/{country}/{service}/{length}

Path Parameters

Headers

{
    "status": "success",
    "data": {
        "country": "Russia",
        "service": "ProtonMail",
        "length": 4,
        "phone": {
            "price": 0.15
        }
    }
}

Last updated