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