Phone Number Advance
Global phone status check
With our phone number status check endpoint you can now verify the status of any phone number, country code, zip, whether the line has been blocked or not, the service provider for the number and phone type.
To use this endpoint enter a valid phone number to be checked.
Test dataNumber: 12124567890
Post:
https://api.prembly.com/identitypass/verification/global/phone-status-check
Request Header
key | value | description |
---|---|---|
app-id | app-id | your app-id |
x-api-key | x-api-key | your api-key |
Request Body
key | value | description |
---|---|---|
number | 12124567890 | User's phone number |
Sample Response
{
"status": true,
"detail": "Verification Successful",
"response_code": "00",
"data": {
"location": {
"city": "Countrywide",
"state": null,
"zip": null,
"metro_code": null,
"county": null,
"country": {
"name": "United states of America",
"iso2": "US",
"iso3": "USA"
},
"coordinates": {
"latitude": null,
"longitude": null
},
"time_zone": {
"name": null,
"utc_offset_max": "-8",
"utc_offset_min": "-8"
}
},
"blocklisting": {
"blocked": false,
"block_code": 0,
"block_description": "Not blocked"
},
"numbering": {
"cleansing": {
"call": {
"country_code": "1",
"phone_number": "2124567890",
"cleansed_code": 100,
"min_length": 10,
"max_length": 10
},
"sms": {
"country_code": "1",
"phone_number": "2124567890",
"cleansed_code": 100,
"min_length": 10,
"max_length": 10
}
},
"original": {
"complete_phone_number": "12124567890",
"country_code": "1",
"phone_number": "2124567890"
}
},
"phone_type": {
"code": "2",
"description": "MOBILE"
},
"carrier": {
"name": "NULL"
},
"contact": {
"status": {
"code": 2000,
"description": "Request successfully completed"
},
"first_name": "aajay",
"last_name": "IL",
"address1": "",
"address2": "",
"address3": "",
"address4": "",
"city": "naaa",
"state_province": "oou",
"country": "US",
"zip_postal_code": "",
"email_address": "",
"date_of_birth": null
}
},
"verification": {
"status": "VERIFIED",
"reference": "0431e300-3b16-411e-b94b-79519301afbf"
},
"widget_info": {},
"session": {}
}
Updated 4 months ago