v1

latestOpenAPI 3.0.22026-07-26286974.7 KB
Webhooks

Fetch all the events for a webhook.

get/v1/webhooks/{webhook_id}/events

Path parameters

webhook_idinteger required

The unique ID of the webhook.

Query parameters

response_http_status_gteinteger

Filter responses by HTTP status code of the webhook event, greater than or equal to the provided value (i.e., enter 200 to search for webhook events that had an HTTP status code of 200 or greater).

response_http_status_lteinteger

Filter responses by HTTP status of the webhook event, less than or equal to the provided value. (e.g., enter 200 to search for webhook events that had an HTTP status code of 200 or less).

created_beforestring date-time

Search for webhook events that were created before a specific date/time. Formatted in ISO 8601.

created_afterstring date-time

Search for webhook events that were created after a specific date/time. Formatted in ISO 8601.

pageinteger

Set the page number to be returned. (i.e., If you have two pages of results with 20 results per page, set the page value to 1 to receive results 1 through 20, or set the page value to 2 to receive results 21-40).

perinteger

Set the maximum number of results to be returned by page. By default, each page will return 20 results.

Response

200 response