š Baselink currently on development phase. Learn more
curl --request GET \
--url https://www.api.baselink.tech/notifications/user/:userId/unread \
--header 'bearer: <api-key>'{
"notifications": [
{}
],
"notifications[].id": "<string>",
"notifications[].type": "<string>",
"notifications[].title": "<string>",
"notifications[].message": "<string>",
"notifications[].expiresAt": 123,
"notifications[].metadata": {},
"notifications[].createdAt": "<string>",
"unreadCount": 123
}curl --request GET \
--url https://www.api.baselink.tech/notifications/user/:userId/unread \
--header 'bearer: <api-key>'{
"notifications": [
{}
],
"notifications[].id": "<string>",
"notifications[].type": "<string>",
"notifications[].title": "<string>",
"notifications[].message": "<string>",
"notifications[].expiresAt": 123,
"notifications[].metadata": {},
"notifications[].createdAt": "<string>",
"unreadCount": 123
}