List notifications for the current user
GET
/api/v1/notificationsParameters
unread_onlyquerybooleanFilter to unread only
pagequeryintegerPage number
page_sizequeryintegerItems per page
Responses
200Paginated notification list
Request
curl -X GET "https://api.knowledgetree.dev/api/v1/notifications" \
-H "Authorization: Bearer $KT_API_TOKEN"Response
200Paginated notification list
Example response not yet documented.