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
key | value | description |
---|---|---|
app-id | app-id | your app-id |
x-api-key | api-key | your api-key |
Request body
key | value | description |
---|---|---|
name | john doe | customer name |
number | 123456789 | customer phone number |
{
"status":true,
"response_code":"00",
"detail":"Verification successful",
"data":{
"checkMessage":"",
"checkType":"PASS"
},
"verification":{
"reference":"dff40662-365d-4c74-bbc4-f32bce264443"
}
}
Updated 9 months ago