This endpoint returns details of a phone number.
NOTE
There are two payload responses for this endpoint based on the details returned
Basic
Advanced
Request
{{baseUrl}}/kyc/phone_number
Header
Parameters | Type | Description | Mandatory |
---|---|---|---|
Authorization | Srting | public secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G | Required |
Body Parameters
Parameters | Type | Description | Mandatory |
---|---|---|---|
first_name | String | First name of the phone number holder | Required |
last_name | String | Last name of the phone number holder | Required |
Response Sample
{
"status": true,
"message": "Phone Number Data Retrieved.",
"data": {
"reference": "DC_R3rdWN3IsEfa2hlHj",
"ResultType": "ID Verification",
"ResultText": "Partial Match",
"Actions": {
"Return_Personal_Info": "Not Applicable",
"Verify_ID_Number": "Verified",
"Names": "Partial Match",
"Phone_Number": "Exact Match",
"ID_Verification": "Partial Match"
},
"Source": "ID Verification"
}
}