Channel Push Notification Settings

Get Channel Member Push Notification Settings

GET https://api.talkplus.io/v1.4/api/channels/:channelId/members/:memberId/push/settings

Path Parameters

NameTypeDescription

channelId*

string

memberId*

string

Headers

NameTypeDescription

content-type

string

application/json

app-id*

string

App ID

api-key*

string

App API key

{
    "pushNotificationSoundAos": "Chime",
    "pushNotificationSoundIos": ""
}

Update Channel Member Push Notification Settings

POST https://api.talkplus.io/v1.4/api/channels/:channelId/members/:memberId/push/settings

Path Parameters

NameTypeDescription

channelId*

string

memberId*

string

Headers

NameTypeDescription

content-type

string

application/json

app-id*

string

App ID

api-key*

string

App API key

Request Body

NameTypeDescription

pushNotificationSoundAos

string

(AOS) The sound to play when the device receives the notification

pushNotificationSoundIos

string

(iOS) The sound to play when the device receives the notification

{
    "pushNotificationSoundAos": "",
    "pushNotificationSoundIos": ""
}

Last updated