curl --request GET \
--url https://api.closebot.com/notifications \
--header 'X-CB-KEY: <api-key>'[
{
"id": "<string>",
"kind": "<string>",
"title": "<string>",
"body": "<string>",
"viewed": true,
"timestamp": "2023-11-07T05:31:56Z",
"metadata": {
"aiProviderId": "<string>",
"sourceId": "<string>",
"botId": "<string>",
"rawAiError": "<string>"
}
}
]curl --request GET \
--url https://api.closebot.com/notifications \
--header 'X-CB-KEY: <api-key>'[
{
"id": "<string>",
"kind": "<string>",
"title": "<string>",
"body": "<string>",
"viewed": true,
"timestamp": "2023-11-07T05:31:56Z",
"metadata": {
"aiProviderId": "<string>",
"sourceId": "<string>",
"botId": "<string>",
"rawAiError": "<string>"
}
}
]