notifications
Get apiv1notificationspreferences
GET/PUT /api/v1/notifications/preferences/
Retrieve or update the authenticated user's channel preferences.
PUT body (list):
[
{"notification_type": "task.assigned", "channel": "email", "enabled": false},
{"notification_type": "*", "channel": "sms", "enabled": true}
]
GET
cURL
Authorizations
Enter your JWT token in the format: Bearer
Response
200
No response body
Previous
Put apiv1notificationspreferencesGET/PUT /api/v1/notifications/preferences/
Retrieve or update the authenticated user's channel preferences.
PUT body (list):
[
{"notification_type": "task.assigned", "channel": "email", "enabled": false},
{"notification_type": "*", "channel": "sms", "enabled": true}
]
Next
cURL
