Skip to main content
GET
Get Notifications

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-KEY
string
required

API key required for authentication

Query Parameters

cursor
integer<int64>

Cursor for pagination (last ID of the page)

size
integer<int32>
default:20

Number of notifications to fetch per page.

Response

A list of notifications

data
object[]
totalPages
integer