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

Name
Type
Description

channelId*

string

memberId*

string

Headers

Name
Type
Description

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

Name
Type
Description

channelId*

string

memberId*

string

Headers

Name
Type
Description

content-type

string

application/json

app-id*

string

App ID

api-key*

string

App API key

Request Body

Name
Type
Description

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