Skip to main content
GET
List in-app 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 | null

Path Parameters

org_id
string<uuid>
required

Query Parameters

page
integer
default:1
per_page
integer
default:25
is_read
boolean | null
event
string | null

Response

Successful Response

data
NotificationResponse · object[]
required
meta
PaginationMeta · object
required

Pagination metadata included in list responses.

success
boolean
default:true