Get Webhooks
Retrieves a list of webhook events based on an `eventID` filter. You can
apply filters to narrow down the response.
Supported `eventID` values:
- `ORDER_CREATED`
- `ORDER_PROCESSING`
- `ORDER_PAYMENT_VERIFYING`
- `ORDER_COMPLETED`
- `ORDER_FAILED`
- `ORDER_CANCELLED`
<Callout intent="note">
To fetch relevant data, provide `orderID` along with the `eventID` filter.
</Callout>
Headers
x-api-key
Your Partner API key. You can find this in the [Partner Dashboard](https://docs.transak.com/guides/how-to-create-partner-dashboard-account#open-the-developers-section).
access-token
Your Partner Access Token. Please refer here for a tutorial on generating your access token.
Query parameters
eventID
Filter by event id (ORDER_COMPLETED, ORDER_CANCELLED, ORDER_CREATED, ORDER_FAILED, ORDER_PROCESSING,ORDER_PAYMENT_VERIFYING))
orderID
Filter by order id
limit
limits the number of records returned.
skip
skip omits the specified number of returned records
startDate
startDate in YYYY-MM-DD format. Filters by createdAt from this date.
endDate
endDate in YYYY-MM-DD format. Filters by createdAt up to this date.
status
Filter by delivery outcome. Supported values are success and failed.
Response
200
meta
Only includes the filters that were actually applied.
data
Errors
400
Bad Request Error
401
Unauthorized Error