Skip to main content
GET
Retrieve subscriber notifications

Authorizations

Authorization
string
header
required

API key authentication. Allowed headers-- "Authorization: ApiKey <novu_secret_key>".

Headers

idempotency-key
string

A header for idempotency purposes

Path Parameters

subscriberId
string
required

Query Parameters

page
number
Required range: x >= 0
limit
number
default:10
Required range: x <= 100
read
boolean
seen
boolean
payload
string

Base64 encoded string of the partial payload JSON object

Response

OK

hasMore
boolean
required

Indicates if there are more notifications to load.

Example:

true

data
object[]
required

Array of notifications returned in the response.

pageSize
number
required

The number of notifications returned in this response.

Example:

2

page
number
required

The current page number of the notifications.

Example:

1

totalCount
number

Total number of notifications available.

Example:

5