GET /public/v1/webhook-events
Servers
- https://api.pandadoc.com
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
- 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.