cURL
curl --request GET \ --url https://api.dojah.io/api/v1/kyc/age_verification \ --header 'AppId: <appid>' \ --header 'Authorization: <api-key>'
{ "entity": { "first_name": "ADEBAYO", "last_name": "WALE", "date_of_birth": "1994-06-10", "verification": true } }
This endpoints allows you to verify your end-users age and identity using phone number and account number or BVN
Show properties
Was this page helpful?