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"
}
}
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"
}
}
{
"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"
}
}
Was this page helpful?