API Reference
- API Overview
- API Rate Limiting
- Events
- Subscribers
- GETGet subscribers
- POSTCreate subscriber
- POSTBulk create subscribers
- GETGet subscriber
- PUTUpdate subscriber
- DELDelete subscriber
- PUTUpdate subscriber credentials
- DELDelete subscriber credentials by providerId
- PATCHUpdate subscriber online status
- GETGet subscriber preferences
- GETGet subscriber preferences by level
- PATCHUpdate subscriber preference
- PATCHUpdate subscriber global preferences
- GETGet in-app notifications feed of subscriber.
- GETGet unseen in-app notifications count
- POSTMarks a message as read/unread, seen/unseen.
- POSTMarks all messages as read/unread, seen/unseen.
- POSTMark message action as seen
- GETHandle providers oauth redirect
- GETHandle chat oauth
- GET
- Topics
- Notification
- Workflows
- Workflow overrides
- Workflow groups
- Integrations
- Layouts
- Environments
- Changes
- Execution details
- Feeds
- Tenants
- Organizations
- Messages
Get in-app notifications feed of subscriber.
Enter your API key in the Authorization
field like the example shown below:
E.g ApiKey 18d2e625f05d80e
Authorizations
API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
Path Parameters
Query Parameters
x < 100
Base64 encoded string of the partial payload JSON object
Response
Array of notifications returned in the response.
Identifier for the environment where the notification is sent.
Identifier for the feed associated with the notification.
Unique identifier for the notification.
Identifier for the job that triggered the notification.
Identifier for the message template used.
Unique identifier for the notification instance.
Identifier for the organization sending the notification.
Unique identifier for the subscriber receiving the notification.
Identifier for the template used to generate the notification.
The channel through which the notification is sent.
in_app
, email
, sms
, chat
, push
The main content of the notification.
Call-to-action information associated with the notification.
redirect
Indicates whether the notification has been deleted.
Indicates whether the notification has been read by the subscriber.
Indicates whether the notification has been seen by the subscriber.
Current status of the notification.
sent
, error
, warning
Unique identifier for the transaction associated with the notification.
Actor details related to the notification, if applicable.
Timestamp indicating when the notification was created.
Device tokens for push notifications, if applicable.
Provider-specific overrides used when triggering the notification.
The payload that was used to send the notification trigger.
Identifier for the provider that sends the notification.
The subject line for email notifications, if applicable.
Subscriber details associated with this notification.
The identifier used to create this subscriber, which typically corresponds to the user ID in your system.
The internal ID generated by Novu for your subscriber. This ID does not match the subscriberId
used in your queries. Refer to subscriberId
for that identifier.
The URL of the subscriber's avatar image.
The first name of the subscriber.
The last name of the subscriber.
Identifier for the template used, if applicable.
Timestamp indicating when the notification was last updated.
Indicates if there are more notifications to load.
The current page number of the notifications.
The number of notifications returned in this response.
Total number of notifications available.