사용자 푸시 알림 설정
Enable User Push Notification
POST
https://api.talkplus.io/v1.4/api/users/:userId/push/enable
사용자의 푸시 알림 설정을 활성화합니다.
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
사용자의 푸시 알림 설정을 비활성화합니다.
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