Subscribers
Retrieve subscriber notifications
Retrieve subscriber in-app (inbox) notifications by its unique key identifier subscriberId.
GET
PHP
Authorizations
API key authentication. Allowed headers-- "Authorization: ApiKey <novu_secret_key>".
Headers
A header for idempotency purposes
Path Parameters
Query Parameters
Required range:
x >= 0Required range:
x <= 100Base64 encoded string of the partial payload JSON object
Response
OK
Indicates if there are more notifications to load.
Example:
true
Array of notifications returned in the response.
The number of notifications returned in this response.
Example:
2
The current page number of the notifications.
Example:
1
Total number of notifications available.
Example:
5