GET /public/v1/webhook-events

This operation retrieves a paginated list of all webhook events.

Servers

Query parameters

Name Type Required Description
page Integer Yes

Specify which page of the dataset to return.

to String No

Return results where the event creation time is less than this value.

count Integer Yes

Specify how many event results to return.

type[] Array No

Returns results by the specified event types.

error[] Array No

Returns results with the following errors.

since String No

Return results where the event creation time is greater than or equal to this value.

http_status_code[] Array No

Returns results with the specified HTTP status codes.

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.