Skip to main content
GET
/
v1
/
verification
/
mobile-to-vpa
Mobile To Vpa
curl --request GET \
  --url https://production.deepvue.tech/v1/verification/mobile-to-vpa \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-key: <api-key>'
{
  "code": 200,
  "timestamp": 1737920868205,
  "transaction_id": "6ad91a7b213e483f8e24f546750e5c38",
  "sub_code": "SUCCESS",
  "message": "Linked VPA Fetched Successfully.",
  "data": {
    "mobile_number": "8117182000",
    "vpa": "81171827000@ptyes",
    "name_at_bank": "MOSD  NIHARIKA"
  }
}

Authorizations

Authorization
string
header
required

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

x-api-key
string
header
required

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

Query Parameters

mobile_number
string
required

Response

Successful Response