Paddle Billing
Search

Replay a notification

posthttps://api.paddle.com/notifications/{notification_id}/replay

Attempts to resend a delivered or failed notification using its ID.

Paddle creates a new notification entity for the replay, related to the same event_id. Your response includes the new notification_id of the created notification.

Notifications older than 90 days aren't retained. If you try to replay a notification that's no longer retained, Paddle returns an error.

Only notifications with the origin of event can be replayed. You can't replay a notification created for a replay.

Path Parameters

notification_idstringrequired

Paddle ID of the notification entity to replay. Must be a notification with the origin of event.

Response

dataobject
notification_idstring

Unique Paddle ID for this notification, prefixed with ntf_.

metaobject

Information about this response.

request_idstring

Unique ID for the request relating to this response. Provide this when contacting Paddle support about a specific request.