This endpoint ensures that you get a more robust and detailed information of your customer’s phone number
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": "adebayotemi@gmail.com", "dateOfBirth": "", "address": "", "addressCity": "", "addressState": "", "gender": "Male" } }
Application ID from dashboard
Phone number to query
json
Show properties
error message
Was this page helpful?