cURL
curl --request GET \ --url https://production.deepvue.tech/v1/mobile-intelligence/mobile-to-uan-list \ --header 'Authorization: Bearer <token>' \ --header 'client-id: <api-key>' \ --header 'x-api-key: <api-key>'
200
200 - UAN List Fetched Successfully
{ "code": 200, "timestamp": 1738039208921, "transaction_id": "a20d6da16cb445dbb372e22373b4145f", "sub_code": "SUCCESS", "message": "UAN Number List successfully fetched", "data": { "uan_numbers": [ "1007445347444", "1009462376721" ] }}
API to fetch the UAN Number List of the user linked with the phone number.
Access token issued by Deepvue
API key provided by Deepvue
Client ID issued by Deepvue
Successful Response
Show child attributes