GET

/api/notifications

List notifications

Returns the authenticated user's notifications.

curl -s "$BASE/api/notifications?unreadOnly=true" \
  -H "Authorization: Bearer $API_KEY"

参数

FieldTypeReqDefaultDescription
limitintegerN20
unreadOnlybooleanNfalse

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test