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
The response is of type object
.
Was this page helpful?