Skip to main content
GET
List notifications

Authorizations

Authorization
string
header
required

Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.

Query Parameters

pageNumber
integer<int32>
default:0

Page number, starting with 0, default 0

Required range: x >= 0
pageSize
integer<int32>
default:20

Page size, accepts values between 1 and 50, default 20

Required range: 1 <= x <= 50
category
enum<string>

Filtered by notification category

Available options:
PINNED,
SEEN,
UNSEEN
createdBeforeDate
string

Filtered by create date time in ISO 8601 UTC format

createdAfterDate
string

Filtered by create date time in ISO 8601 UTC format

Response

OK

content
object[]
numberOfElements
integer<int32>
pageNumber
integer<int32>
pageSize
integer<int32>
responseTimestamp
string<date-time>

Timestamp when the response was generated

sort
object
totalElements
integer<int32>
totalPages
integer<int32>