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 \ --header 'AppId: <appid>' \ --header 'Authorization: <api-key>'
{ "entity": { "msisdn": "2348103100000", "firstName": "John", "lastName": "Doe", "email": "test@test.com", "dateOfBirth": "yyyy-mm-dd", "address": "25 Okota", "address_city": "Shomolu", "address_state": "Lagos", "gender": "Male" } }
Application ID from dashboard
Phone number to query
json
Show properties
error message
Was this page helpful?