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