Skip to main content
GET
Get notification messsages

Authorizations

Authorization
string
header
required

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

Query Parameters

page_no
integer
default:1

page number

page_size
integer
default:100

page size

Required range: x <= 1000
status
enum<string>
required

Filter the notification message by read status

Available options:
all,
read,
unread

Response

OK

status
string
required
Allowed value: "ok"
data
ListingRspData[NotificationDict] · object
required