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

📘

Post

https://api.prembly.com/identitypass/verification/indonesia/phone-verification

Request Header

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

Request Body

keyvaluedescription
Number6281234567890User'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"
   }
}