Phone number validation API

Get your phone number validated

POST https://www.simplyapi.co/phone-verify/

Headers

Name
Type
Description

api-key

string

Authentication token to track down who is emptying our stocks.

Request Body

Name
Type
Description

phonenumber

string

Phone number of the person

{
    "timezone": [
        "Asia/Calcutta"
    ],
    "Carrier": "BSNL MOBILE",
    "Region": "India",
    "isvalid": true,
    "isdeliverable": true
}

Last updated