subscriptions

Get all notifications for the current user

Returns an array with all notifications for the current user.

get/notifications

Query parameters

pageinteger

The page number. Used for pagination. If not provided, the first page of results is returned.

per_pageinteger

The maximum number of items per page. Note this parameter is limited by the configured maximum of items per page.

Response

The notifications

createdstring

A timestamp when this notification was created. You cannot change this value.

idinteger

The unique, numeric id of this notification.

namestring

The name of the notification

{"stackTrail":"components:schemas:notifications.DatabaseNotification:properties:notification","oasType":"schema","type":"unknown","description":"The actual content of the notification."}
read_atstring

When this notification is marked as read, this will be updated with the current timestamp.

Changes