Skip to content

Get User Event Notifications

GET /api/admin/user/event/notifications

Returns all event related notifications for the user.

Authentication / Permissions

  • The user must be authenticated.
JSON Response Example
{
  "notifications": [
    {
      "event_id": 27,
      "event_title": "SVIN",
      "organization_id": 5,
      "organization_name": "[SoundCodes~",
      "release_status_id": 2,
      "earliest_event_date": "2026-01-20T00:00:00Z",
      "latest_event_date": "2026-01-20T00:00:00Z",
      "days_until_event": 7
    }
  ],
  "total_count": 1
}