cURL
curl --request GET \ --url https://production.deepvue.tech/v1/mobile-intelligence/mobile-to-multiple-upi \ --header 'Authorization: Bearer <token>' \ --header 'client-id: <api-key>' \ --header 'x-api-key: <api-key>'
200
200 - Multiple VPA Linked
{ "code": 200, "timestamp": 1738007863554, "transaction_id": "c257f23d964f4ae69d2d22b8ea310db1", "sub_code": "SUCCESS", "message": "Linked VPA Fetched Successfully.", "data": { "name_at_bank": "MOSD NIHARIKA", "vpas": [ "8277182000@ptyes", "8277182000@ibl", "8277182000@axl", "8277182000@ybl" ] }}
API to fetch the account holder name along with the multiple UPI IDs of the user by providing the phone number.
Access token issued by Deepvue
API key provided by Deepvue
Client ID issued by Deepvue
Successful Response
Show child attributes