Enable / Disable Push Notification
Enable User Push Notification
POST
https://api.talkplus.io/v1.4/api/users/:userId/push/enable
Enable push notification for given user
Path Parameters
Name
Type
Description
userId*
string
Headers
Name
Type
Description
content-type
string
application/json
app-id*
string
App ID
api-key*
string
App API key
Disable User Push Notification
POST
https://api.talkplus.io/v1.4/api/users/:userId/push/disable
Disable push notification for given user
Path Parameters
Name
Type
Description
userId*
string
Headers
Name
Type
Description
content-type
string
application/json
app-id*
string
App ID
api-key*
string
App API key
Last updated