GET /public/v1/webhook-events

Servers

Query parameters

Name Type Required Description
page Integer Yes

Page number

to String No

Filter option: all events up to specified timestamp

count Integer Yes

Number of element in page

type[] Array No

Filter option: all events of type

error[] Array No

Filter option: all events with following error

since String No

Filter option: all events from specified timestamp

http_status_code[] Array No

Filter option: all events of http status code

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.