Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Push notification configuration
curl --request GET \
--url https://apix.us.amity.co/api/v3/network-settings/push-notification \
--header 'Authorization: Bearer <token>'{
"iOSMutableContent": true,
"notifyWhenLiveStart": true
}Get push notification settings for iOS mutable content and live streaming notifications.
curl --request GET \
--url https://apix.us.amity.co/api/v3/network-settings/push-notification \
--header 'Authorization: Bearer <token>'{
"iOSMutableContent": true,
"notifyWhenLiveStart": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Push notification configuration