cURL
curl --request GET \ --url https://{appid}.api-{region}.cometchat.io/v3/notifications/v1/contact-details \ --header 'apikey: <api-key>' \ --header 'onBehalfOf: <onbehalfof>'
{ "data": { "email": "someone@example.com", "phno": "+919591128691" } }
Fetches the contact details like Email ID and Phone number for a given user.
API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
UID of the user on whose behalf the action is performed.
A list of push notification's settings
Was this page helpful?