cURL
curl --request GET \ --url https://production.deepvue.tech/v1/mobile-intelligence/mobile-to-uan \ --header 'Authorization: Bearer <token>' \ --header 'client-id: <api-key>' \ --header 'x-api-key: <api-key>'
{ "code": 200, "timestamp": null, "transaction_id": "string", "sub_code": "SUCCESS", "message": "UAN Number successfully fetched", "data": { "uan_number": "string" } }
API to fetch the UAN Number 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