🔗 Console REST APINotifications

Get user notification settings

Retrieves notification preferences for the current user

GET
/api/notifications
Authorization<token>

API Key is required to access the endpoints

In: header

Response Body

curl -X GET "https://example.com/api/notifications"
[
  {
    "idNotification": "9ccaf3c2-9560-4318-9de5-721d5c443337",
    "name": "string",
    "description": "string",
    "groupName": "string",
    "value": true
  }
]
Service StatusGitHub SDK