popups

Get unread pop-ups

Get all unread, non-expired pop-ups for the authenticated user. These pop-ups are shown when the user opens the app.

get/api/popups

Response

Successful Response

totalinteger required

Total number of unread pop-ups

Example response

{
  "popups": [
    {
      "body": "Scopri le nuove funzionalità.",
      "created_at": "2026-02-09T10:00:00Z",
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "link_label": "Leggi di più",
      "link_url": "https://corabea.com/news",
      "popup_type": "info",
      "priority": 10,
      "title": "Benvenuto su Corabea!"
    }
  ],
  "total": 1
}

Changes