Phone Number Basic
Verify your Indonesian phone number
With our 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 simply enter a user's Indonesian phone number.
Test Data:
Number: 6281234567890
Posthttps://api.prembly.com/identitypass/verification/indonesia/phone-verification
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 | 6281234567890 | User's phone number |
{
"status":true,
"detail":"Verification Successful",
"response_code":"00",
"data":[
{
"type":"phone_active",
"value":"6281234567890",
"score":0
}
],
"verification":{
"status":"VERIFIED",
"reference":"42b4ebee-b658-4b3b-afb7-344c82874a97"
}
}
Updated 3 months ago