Phone Number Search
Verify Indonesian Phone Numbers
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: 2222222222222
Post
https://api.peleza.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 | 2222222222222 | user's Indonesian number |
Response
{
"status":true,
"detail":"Verification Successful",
"response_code":"00",
"data":[
{
"type":"phone_active",
"value":"222222222222",
"score":0
}
],
"verification":{
"status":"VERIFIED",
"reference":"42b4ebee-b658-4b3b-afb7-344c82874a97"
}
}
Updated 7 months ago