Back to home

MOBILE NUMBER APIS

Mobile To Prefill

Verification endpoint — Mobile To Prefill. Reference documentation from the QRX Postman collection. No live API calls are made from this page.

Reference only — this page does not call live APIs.
POST /api/qrx/mobile_to_prefill

Headers

Header Required
clientid Yes
secretid Yes
Content-Type application/json

Request body

Field Example
mobile 7088434331

Sample success response

{
    "status": true,
    "status_key": "SUCCESS",
    "status_code": 200,
    "message": "success",
    "data": {
        "name": "VIMAL SHARMA",
        "dob": "30-05-1999",
        "age": "27",
        "gender": "MALE",
        "pan": "MGQPS7152H",
        "email": "",
        "address": [
            {
                "first_line_of_address": "PLOT NO-441 ,",
                "second_line_of_address": "VIKASH ENCLAVE",
                "third_line_of_address": "OLD HABATPUR",
                "city": "NOIDA",
                "state": "UTTAR PRADESH",
                "postal_code": "201301",
                "country_code": "IB",
                "reported_date": ""
            }
        ],
        "score": "826"
    },
    "request_id": "REQ2607011815557D8"
}