GET /api/v1/events
Get a list of all events optionally filtered by date. This request is extra throttled to 2 calls per page per hour.Servers
- https://app.billbee.io
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
page |
Integer | No |
Specifies the page to request |
orderId |
Integer | No |
Filter for specific order id |
typeId[] |
Array | No |
Filter for specific event types |
minDate |
String | No |
Specifies the oldest date to include in the response |
pageSize |
Integer | No |
Specifies the pagesize. Defaults to 50, max value is 250 |
maxDate |
String | No |
Specifies the newest date to include in the response |
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.