Optional
meta: HttpMetaParams<"none">Accept a notification request, which merges the filtered notifications from that user back into the main notification and accepts any future notification from them.
Optional
meta: HttpMetaParams<"none">Dismiss a notification request, which hides it and prevent it from contributing to the pending notification requests count.
Optional
meta: HttpMetaParams<"none">View information about a notification request with a given ID.
Optional
meta: HttpMetaParams<"none">Accepts multiple notification requests, which merges the filtered notifications from those users back into the main notifications and accepts any future notification from them.
Optional
meta: HttpMetaParams<"none">Dismiss multiple notification requests, which hides them and prevent them from contributing to the pending notification requests count.
Optional
meta: HttpMetaParams<"none">Notification requests for notifications filtered by the user’s policy. This API returns Link headers containing links to the next/previous page.
Optional
params: DefaultPaginationParamsOptional
meta: HttpMetaParams<"json">Get the (capped) number of unread notification groups for the current user. A notification is considered unread if it is more recent than the notifications read marker. Because the count is dependant on the parameters, it is computed every time and is thus a relatively slow operation (although faster than getting the full corresponding notifications), therefore the number of returned notifications is capped.
Optional
params: mastodon.rest.v1.FetchUnreadCountParamsOptional
meta: HttpMetaParams<"none">Clear a single notification from the server.
Optional
meta: HttpMetaParams<"none">N/A
View information about a notification with a given ID.
Optional
meta: HttpMetaParams<"none">Notification
Clear all notifications from the server.
Optional
meta: HttpMetaParams<"none">N/A
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.
Optional
params: mastodon.rest.v1.ListNotificationsParamsQuery parameter
Optional
meta: HttpMetaParams<"none">Array of Notification
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.
Optional
params: mastodon.rest.v1.ListNotificationsParamsQuery parameter
Optional
meta: HttpMetaParams<"json">Array of Notification
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.