View information about a notification request with a given ID.
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">View information about a notification with a given ID.
Optional
meta: HttpMetaParams<"none">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<"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.