---
title: "Mobile to Multiple UPI Lookup"
method: POST
path: "/verify/mobile_to_multiple_upi"
tags: ["Mobile to Multiple UPI"]
---

# Mobile to Multiple UPI Lookup

`POST /verify/mobile_to_multiple_upi`

Fetches all UPI IDs linked to a mobile number. Requires X-API-KEY and X-Client-ID headers.

## Request body

- MobileToMultipleUPIRequest
  - `mobile` string, required — 10-digit mobile number linked to UPI IDs

## Response `200`

Successful response

- MobileToMultipleUPIResponse
  - `status` string
  - `result` MobileToMultipleUPIResult
    - `name` string
    - `upi` string[]
  - `chargeble` string
  - `user_consent` string

## Other responses

- `400` — Bad request — missing or invalid mobile number.
- `401` — Unauthorized — authkey missing or invalid.
- `403` — Forbidden — insufficient privileges.
- `404` — Not found — no UPI records found for the given mobile number.
- `429` — Too many requests — request limit exceeded.
- `500` — Internal server error.
- `502` — Bad gateway — vendor error.
- `504` — Gateway timeout — vendor did not respond in time.

---

[API](https://skmtc.dev/idto/apis/verification-api.md) · [All operations](https://skmtc.dev/idto/apis/verification-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/idto/verification-api/revisions/e3d57dab8db4/schema)
