https://docs.joinmastodon.org/methods/notifications/#accept-multiple-requests Requires featuresFeatures.notificationsRequestsAcceptMultiple.
Accept a single notification request Accept a notification request, which merges the filtered notifications from that user back into the main notification and accepts any future notification from them.
Check if accepted notification requests have been merged
Check whether accepted notification requests have been merged. Accepting notification requests schedules a background job to merge the filtered notifications back into the normal notification list. When that process has finished, the client should refresh the notifications list at its earliest convenience. This is communicated by the notifications_merged streaming event but can also be polled using this endpoint.
https://docs.joinmastodon.org/methods/notifications/#requests-merged Requires featuresFeatures.notificationsRequestsAcceptMultiple.
Dismiss multiple notification requests Dismiss multiple notification requests, which hides them and prevent them from contributing to the pending notification requests count.
https://docs.joinmastodon.org/methods/notifications/#dismiss-multiple-requests Requires featuresFeatures.notificationsRequestsAcceptMultiple.
An endpoint to delete multiple statuses by IDs.
Requires featuresFeatures.notificationsDismissMultiple.
Dismiss a single notification Dismiss a single notification from the server.
Dismiss a single notification request Dismiss a notification request, which hides it and prevent it from contributing to the pending notification requests count.
Dismiss all notifications Clear all notifications from the server.
Get a single notification View information about a notification with a given ID.
Get the filtering policy for notifications Notifications filtering policy for the user.
Requires featuresFeatures.notificationsPolicy.
Get a single notification request View information about a notification request with a given ID.
Get all notification requests Notification requests for notifications filtered by the user’s policy. This API returns Link headers containing links to the next/previous page.
Get all notifications
Notifications concerning the user. This API returns Link headers containing links to the next/previous page. However, the links can also be constructed dynamically using query params and id values.
Get the number of unread notification Get the (capped) number of unread notifications for the current user.
Requires featuresFeatures.notificationsGetUnreadCount.
Update the filtering policy for notifications Update the user’s notifications filtering policy.
Requires featuresFeatures.notificationsPolicy.
Accept multiple notification requests Accepts multiple notification requests, which merges the filtered notifications from those users back into the main notifications and accepts any future notification from them.