Get a notification
Returns a notification using its ID.
Notifications older than 90 days aren't retained. If you try to get a notification that's no longer retained, Paddle returns an error.
Path Parameters
Paddle ID of the notification entity to work with.
Response
Represents a notification entity.
Unique Paddle ID for this notification, prefixed with ntf_
.
Type of event sent by Paddle, in the format entity.event_type
.
Status of this notification.
Notification payload. Includes the new or changed event.
RFC 3339 datetime string of when this notification occurred.
RFC 3339 datetime string of when this notification was delivered. null
if not yet delivered successfully.
RFC 3339 datetime string of when this notification was replayed. null
if not replayed.
Describes how this notification was created.
RFC 3339 datetime string of when this notification was last attempted.
RFC 3339 datetime string of when this notification is scheduled to be retried.
How many times delivery of this notification has been attempted. Automatically incremented by Paddle after an attempt.
Unique Paddle ID for this notification setting, prefixed with ntfset_
.
Information about this response.
Unique ID for the request relating to this response. Provide this when contacting Paddle support about a specific request.