GET /v1/notifications/webhooks-events

Lists webhooks event notifications. Use query parameters to filter the response.

Servers

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 end_time value. Both values are in Internet date and time format format. Example: start_time=2013-03-06T11:00:00Z.

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 start_time and on or before this date and time. Both values are in Internet date and time format format. Example: end_time=2013-03-06T11:00:00Z.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.