Developers
V1MeNotification preferences

Your notification category preferences

GET
/v1/me/notification-preferences
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/me/notification-preferences"
{  "preferences": [    {      "category": "community",      "inbox": true,      "push": true,      "pushConsentAt": "2019-08-24T14:15:22Z",      "updatedAt": "2019-08-24T14:15:22Z"    }  ]}