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.
curl --request GET \
--url https://{appid}.api-{region}.cometchat.io/v3/notifications/push/v1/providers/fcm \
--header 'apikey: <api-key>'{
"data": {
"pushProviders": []
}
}Was this page helpful?