Skip to main content
GET
List notifications for the current user

Authorizations

Authorization
string
header
required

Bearer token used for protected REST API requests.

Query Parameters

limit
integer<int64>

Maximum number of records to return. Notifications accept 1-100 and default to 50.

Example:

50

offset
integer<int64>

Number of records to skip before returning the page. Defaults to 0.

Example:

0

Response

Notifications page for the current user.

Paginated notification list response.

notifications
object[]

Notifications in descending backend order.

limit
integer

Limit used for this request.

offset
integer

Offset used for this request.