cURL
curl --request GET \ --url http://localhost:8091/api/servers/{serverID}/notification-preferences \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "userId": "<string>", "serverId": "<string>", "level": "all", "channelId": "<string>", "mutedUntil": "2023-11-07T05:31:56Z", "quietStart": "<string>", "quietEnd": "<string>" } ] }
Returns notification preferences for the server, including any channel-specific overrides.
Session token obtained from /api/auth/login or /api/auth/register. Pass as: Authorization: Bearer
Server ID
Notification preferences
Show child attributes