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

📘

Post

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

Request headers

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

Request body

keyvaluedescription
namejohn doecustomer name
number123456789customer phone number
{
   "status":true,
   "response_code":"00",
   "detail":"Verification successful",
   "data":{
      "checkMessage":"",
      "checkType":"PASS"
   },
   "verification":{
      "reference":"dff40662-365d-4c74-bbc4-f32bce264443"
   }
}