Cowdidocs
API ReferenceNotification preferences

Get my notification preferences

Every category with its per-channel state and whether it can be changed. Absent state means enabled.

GET
/v1/user/notifications/preferences

Response Body

application/json

curl -X GET "https://example.com/v1/user/notifications/preferences"
{  "categories": [    {      "category": "SECURITY",      "mandatory": true,      "preference_default": "MANDATORY",      "channels": [        {          "channel": "SMS",          "enabled": true        }      ]    }  ]}