cURL
curl --request GET \ --url https://api.dojah.io/api/v1/kyc/phone_number \ --header 'AppId: <appid>' \ --header 'Authorization: <api-key>'
{ "entity": { "msisdn": "2348103100000", "firstName": "John", "lastName": "Doe", "email": "[email protected]", "dateOfBirth": "yyyy-mm-dd", "address": "25 Okota", "address_city": "Shomolu", "address_state": "Lagos", "gender": "Male" } }
This endpoint ensures that you get a more robust and detailed information of your customer’s phone number
Show properties