Paddle Billing
Search

Notification logs

Notification logs are records of an attempt to deliver a notification.

When Paddle sends a notification to a webhook endpoint or email address, it records information about each delivery attempt as a log against the notification.

Every delivered notification has at least one log with information about the response that Paddle received on delivery.

Where a notification isn't delivered successfully, Paddle tries to deliver the notification again. Each delivery attempt is logged against a notification.

Attributes

idstring

Unique Paddle ID for this notification log, prefixed with ntflog_.

response_codeinteger

HTTP code sent by the responding server.

response_content_typestring or null

Content-Type sent by the responding server.

response_bodystring

Response body sent by the responding server. Typically empty for success responses.

attempted_atstring<date-time>

RFC 3339 datetime string of when Paddle attempted to deliver the related notification.

List logs for a notification