unread

Information

GET https://api.brickverse.co/v2/notifications/unread

API used to fetch all notifications.

Query Parameters

NameTypeDescription

mark_read

Boolean

Marks all notifications read if true.

{
    "status": "ok",
    "data": [
        {
            "alert_id": 1,
            "message": "2000 have been deposited to your account, your cubes total is now 2000. Your next automatic reward will be sent in 30 days, if your plan is canceled before then you will not receive the cubes.",
            "redirect": "https:\/\/www.brickverse.co\/upgrade",
            "time": 1687911353,
            "read": true,
            "img": ""
        }
    ]
}

Last updated