> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vtulab.com/llms.txt
> Use this file to discover all available pages before exploring further.

# BVN Retrieval

> Retrieve BVN details using a phone number.

Retrieve BVN details associated with a phone number.

<RequestExample>
  ```bash cURL theme={null}
  curl --request POST \
    --url https://api.vtulab.com/v1/identity/bvn/retrieve \
    --header 'Authorization: Bearer YOUR_API_KEY' \
    --data '{
      "phone_number": "08123456789",
      "is_consent": true
    }'
  ```
</RequestExample>
