Verify BVN OTP
Last updated Feb 27th, 2025
post api.withmono.com/v2/lookup/bvn/verifyv1.0 
Use this resource to verify the BVN request via OTP
Body Params
Headers
Request
12345678910
curl --request POST \
  --url https://api.withmono.com/v2/lookup/bvn/verify \
  --header 'accept: application/json' \
  --header 'content-type: application/json' \
  --header 'mono-sec-key: string' \
  --data '
{
  "method": "phone",
  "phone_number": "string"
}'
Response
Choose an option from the drop down or click one of these buttons to see an example:
