Get Webhook History
Retrieve up to 90 days of past events and alerts that Paddle has sent to webhooks on your account
Example Request
Usage Notes
- Returns webhooks that occurred within the last 90 days.
- We strongly recommend that you utilize the
query_head
andquery_tail
to limit your search to no more than any 24-hour period when calling this API. This ensures that the API response time remains quick and consistent as the amount of events/alerts build up over time. - This endpoint is paginated, with a max 250 results per page. Use the
page
andalerts_per_age
parameters to work with pagination.
Webhooks older than 90 days may be returned until April 3, 2025. To learn more, see Webhooks older than 90 days are no longer available
The vendor ID identifies your seller account. This can be found in Developer Tools > Authentication.
The vendor auth code is a private API key for authenticating API requests. This key should never be used in client side code or shared publicly. This can be found in Developer Tools > Authentication.
Paginate returned results.
Number of webhook alerts to return per page. Returns 10 alerts by default.
The date and time (UTC - Coordinated Universal Time) at which the webhook occurred before (end date). In the format: YYYY-MM-DD HH:MM:SS
The date and time (UTC - Coordinated Universal Time) at which the webhook occurred after (start date). In the format: YYYY-MM-DD HH:MM:SS