GET /v1/notifications/webhooks-events
Lists webhooks event notifications. Use query parameters to filter the response.
Servers
- https://api-m.sandbox.paypal.com
- https://api-m.paypal.com
Query parameters
Name | Type | Required | Description |
---|---|---|---|
start_time |
String | No |
Filters the webhook event notifications in the response to those created on or after this date and time and on or before the |
page_size |
Integer | No |
The number of webhook event notifications to return in the response. Default value: 10 |
event_type |
String | No |
Filters the response to a single event. |
transaction_id |
String | No |
Filters the response to a single transaction, by ID. |
end_time |
String | No |
Filters the webhook event notifications in the response to those created on or after the |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.