List notifications for the current user

GET/api/v1/notifications

Parameters

unread_onlyqueryboolean

Filter to unread only

pagequeryinteger

Page number

page_sizequeryinteger

Items 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.