š Baselink currently on development phase. Learn more
curl --request GET \
--url https://www.api.baselink.tech/notifications/:notificationId \
--header 'bearer: <api-key>'{
"notification": {},
"notification.id": "<string>",
"notification.userId": "<string>",
"notification.type": "<string>",
"notification.title": "<string>",
"notification.message": "<string>",
"notification.read": 123,
"notification.expiresAt": 123,
"notification.metadata": {},
"notification.teamId": "<string>",
"notification.commitId": "<string>",
"notification.repository": "<string>",
"notification.repositoryId": "<string>",
"notification.createdAt": "<string>",
"notification.updatedAt": "<string>"
}curl --request GET \
--url https://www.api.baselink.tech/notifications/:notificationId \
--header 'bearer: <api-key>'{
"notification": {},
"notification.id": "<string>",
"notification.userId": "<string>",
"notification.type": "<string>",
"notification.title": "<string>",
"notification.message": "<string>",
"notification.read": 123,
"notification.expiresAt": 123,
"notification.metadata": {},
"notification.teamId": "<string>",
"notification.commitId": "<string>",
"notification.repository": "<string>",
"notification.repositoryId": "<string>",
"notification.createdAt": "<string>",
"notification.updatedAt": "<string>"
}