EaserixDocs
DevelopersAPI referenceNotificationsPreferences

Category preferences

The full matrix of known categories. Absence of a stored row means enabled, so a new category starts on for everyone without a backfill.

View as Markdown
GET
/v1/preferences
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/preferences"
{  "preferences": [    {      "category": "string",      "enabled": true    }  ]}