Notifications

Receive notifications for activity on your account or statuses.

https://docs.joinmastodon.org/methods/notifications/

Endpoint Status Comments
GET /api/v1/notifications
Get all notifications
Fully supported.
GET /api/v1/notifications/:id
Get a single notifications
Fully supported.
POST /api/v1/notifications/clear
Dismiss all notifications
Fully supported.
POST /api/v1/notifications/:id/dismiss
Dismiss a single notification
Fully supported.
POST /api/v1/notifications/dismiss
(REMOVED) Dismiss a single notification
Will not be implemented.
GET /api/v1/notifications/unread_count
Get the number of unread notifications
Fully supported.
GET /api/v2/notifications/policy
Get the filtering policy for notifications
Not yet implemented.
PATCH /api/v2/notifications/policy
Update the filtering policy for notifications
Not yet implemented.
GET /api/v1/notifications/requests
Get all notification requests
Not yet implemented.
GET /api/v1/notifications/requests/:id
Get a single notification requests
Not yet implemented.
POST /api/v1/notifications/requests/:id/accept
Accept a single notification request
Not yet implemented.
POST /api/v1/notifications/requests/:id/dismiss
Dismiss a single notification request
Not yet implemented.
POST /api/v1/notifications/requests/accept
Accept multiple notification requests
Not yet implemented.
POST /api/v1/notifications/requests/dismiss
Dismiss multiple notification requests
Not yet implemented.
GET /api/v1/notifications/requests/merged
Check if accepted notification requests have been merged
Not yet implemented.