cURL
curl --request GET \ --url https://api.dojah.io/api/v1/kyc/bvn/full \ --header 'AppId: <appid>' \ --header 'Authorization: <api-key>'
{ "entity": { "bvn": { "value": "22380348250", "status": true }, "first_name": { "confidence_value": 100, "status": true }, "date_of_birth": { "status": true } } }
This endpoint allows you to Lookup BVN and get detailed information on the BVN Identity
Show properties
Was this page helpful?