---
title: "Mobile To Multiple Upi"
method: GET
path: "/v1/mobile-intelligence/mobile-to-multiple-upi"
tags: ["Mobile Forensics"]
---

# Mobile To Multiple Upi

`GET /v1/mobile-intelligence/mobile-to-multiple-upi`

API to fetch the account holder name along with the multiple UPI IDs of the user by providing the phone number.

## Query parameters

- `mobile_number` string, required

## Response `200`

Successful Response

- union
  - RESPONSEMOBILETOMULTIPLEVPASUCCESS
    - `code` integer
    - `timestamp` integer, required
    - `transaction_id` string, required
    - `sub_code` string
    - `message` string
    - `data` MultipleVpaDetails, required
      - `name_at_bank` string
      - `vpas` string[]
  - RESPONSEMOBILETOMULTIPLEVPANOVPALINKED
    - `code` integer
    - `timestamp` integer, required
    - `transaction_id` string, required
    - `sub_code` string
    - `message` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.dev/deepvue/apis/deepvue-tech-developers-guide.md) · [All operations](https://skmtc.dev/deepvue/apis/deepvue-tech-developers-guide/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deepvue/deepvue-tech-developers-guide/revisions/c1b0558e7d77/schema)
