cURL
curl --request GET \ --url https://api.dojah.io/api/v1/kyc/phone_number/basic \ --header 'AppId: <appid>' \ --header 'Authorization: <api-key>'
{ "entity": { "msisdn": "2348038820268", "firstName": "TEMI", "MiddleName": null, "lastName": "ADEBAYO", "email": "[email protected]", "dateOfBirth": "", "address": "", "addressCity": "", "addressState": "", "gender": "Male" } }
This endpoint ensures that you get a more robust and detailed information of your customer’s phone number
Show properties