Basic Phone Number

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

number: 08082838283

📘

POST

{{URL}}/identitypass/verification/phone_number

Request Header

KeyDescription
app-idYour App ID
x-api-keyYour Secret Key

Request Body

KeyDescription
numberPhone number

Sample Response

{
    "status": true,
    "detail": "Verification Successfull",
    "response_code": "00",
    "data": {
        "dateOfBirth": "1999-12-23",
        "firstName": "test",
        "surname": "test",
        "middlename": "Test",
        "phoneNumber": "08082838283"
    }
}

Response Description

ResponseDescription
statusIndicates that the request was successful.
detailThis field indicates the detail of the response.
response_codeRepresents the response code.
dataAn array containing the information received.
dateOfBirthThe date of birth of the user, in the format YYYY-MM-DD.
firstNameThe first name of the user.
surnameThe last name of the user.
middlenameThe middle name of the user.
phoneNumberThe phone number of the user.