List webhook request history
Webhooks
List webhook request history
Returns a paginated list of webhook requests filtered by the provided criteria. Only webhook requests from the last 30 days are available.
GET
List webhook request history
Authorizations
Client ID
Client Access Key
Query Parameters
Filter records created on or after this ISO-8601 timestamp. Defaults to 30 days ago if not provided. Cannot be older than 30 days from current time. Must be less than or equal to created_at__lte if both are provided.
Filter records created on or before this ISO-8601 timestamp.
Filter by webhook event type.
Available options:
task-status-updated, order-status-updated, order-created, link-connected, link-disconnected, order-refresh-failed, link-deleted, employment-created, employment-updated, profile-created, profile-updated, statements-created, statements-updated, shifts-created, shifts-updated, bank-accounts-created, bank-accounts-updated Filter by exact HTTP status code.
Required range:
100 <= x <= 599The pagination cursor value.
Number of results to return per page.
Required range:
x <= 100