Authorizations
API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
Response
200 - application/json
A list of push notification's settings
curl --request GET \
  --url https://{appid}.api-{region}.cometchat.io/v3/notifications/push/v1/providers/apns \
  --header 'apikey: <api-key>'{
  "data": {
    "pushProviders": []
  }
}List the configured APNS providers for the given app.
curl --request GET \
  --url https://{appid}.api-{region}.cometchat.io/v3/notifications/push/v1/providers/apns \
  --header 'apikey: <api-key>'{
  "data": {
    "pushProviders": []
  }
}API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
A list of push notification's settings
Was this page helpful?