Get Webhook History
Retrieve past events and alerts that Paddle has sent to webhooks on your account
Example Request
Usage Notes
- 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.
Pagination is scheduled to be enforced on this endpoint from March 11, 2025. To learn more, see Pagination for Paddle Classic endpoints
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