Phone number verification

Verify Phone Number

With Basic Phone Number Verification endpoint, you can rest assured that your customers’ phone numbers are accurate and legitimately belong to them. This endpoint uses the algorithms and database technology to verify phone numbers in real-time, ensuring that you only connect with legitimate users.

To use this endpoint, all you need to provide is your customer’s legit phone number.

👍

Test data

name:

number:

📘

Post

https://api.prembly.com/identitypass/verification/asia/kyc/australia/verify-phone/basic

Headers

keyvaluedescription
app-idapp-idyour app-id
x-api-keyapi-keyyour api-key

Body

keyvaluedescription
namecustomer name
numbercustomer phone number

Response

{
   "status":true,
   "response_code":"00",
   "detail":"Verification successful",
   "data":{
      "checkMessage":"",
      "checkType":"PASS"
   },
   "verification":{
      "reference":"dff40662-365d-4c74-bbc4-f32bce264443"
   }
}