GET
/
notifications
/
v1
/
preferences
/
timezone
Get timezone
curl --request GET \
  --url https://{appid}.api-{region}.cometchat.io/v3/notifications/v1/preferences/timezone \
  --header 'apikey: <api-key>'
{
  "data": {
    "timezone": "Asia/Kolkata"
  }
}

Authorizations

apikey
string
header
required

API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).

Query Parameters

uid
string
required

(Required) UID

Response

200 - application/json

A list of push notification's settings

The response is of type object.