post
/2.0/alert/webhooks
Retrieve past events and alerts that Paddle has sent to webhooks on your account
Example Request
curl -X POST \
-d 'vendor_id=123...' \
-d 'vendor_auth_code=1g3g456abc' \
-d 'query_head=2021-01-20 23:59:59' \
-d 'query_tail=2021-01-20 00:00:00' \
https://vendors.paddle.com/api/2.0/alert/webhooks
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.
Request Body
Form data (application/x-www-form-urlencoded)
Responses
1 Example
Schema
object
or
object
An unsuccessful call to the Dashboard API will return a 200 response containing a field success
set to false
and an error object.
Send a Test Request
POST
Send requests directly from the browser (CORS must be enabled)
$$.env
No $$.env variables are being used in this request.