Skip to main content
GET
/
api
/
v3
/
network-settings
/
push-notification
Get 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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Push notification configuration

iOSMutableContent
boolean

Enable or disable iOS mutable content for push notifications

notifyWhenLiveStart
boolean

Whether to immedieatly sent a push notification when the stream is started (true), or sent a push notificaiton when the stream is attached to a post (false)