cURL
curl --request GET \ --url https://production.deepvue.tech/v1/mobile-intelligence/mobile-to-name \ --header 'Authorization: Bearer <token>' \ --header 'client-id: <api-key>' \ --header 'x-api-key: <api-key>'
200
200 - Name Fetched Successfully
{ "code": 200, "timestamp": 1738036065614, "transaction_id": "4db2591f472a47679f46780a39e642c8", "sub_code": "SUCCESS", "message": "Name fetched successfully", "data": { "name": "MOSD NIHARIKA" } }
API to fetch the Name 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