Notifications
List Notifications
Get all notifications for the current user
Authorization
bearerAuth AuthorizationBearer <token>
API Key authentication
In: header
Response Body
application/json
curl -X GET "https://cloud.kaneo.app/api/notification"[
{
"id": "string",
"userId": "string",
"title": "string",
"content": "string",
"type": "info",
"isRead": true,
"resourceId": "string",
"resourceType": "task",
"createdAt": null
}
]