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
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
No recorded changes to this endpoint across all 1 revision of this API.