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