Back to home

MOBILE NUMBER APIS

Mobile Number Validation Coming soon

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

This API is coming soon and is not available for live use yet.
POST /api/qrx/mobile_number_validation

Headers

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

Request body

Field Example
mobile 9876543210

Sample success response

{
    "status": true,
    "status_key": "SUCCESS",
    "status_code": 200,
    "message": "Mobile validated successfully",
    "data": {
        "mobile": "9876543210",
        "is_valid": true
    }
}