Webhooks V2
List Webhook Endpoint Delivery Attempts
Returns delivery attempts from the endpoint's selected isolated delivery environment. Requires webhooks:read scope.
get/v2/projects/{project_id}/webhook_endpoints/{endpoint_id}/attempts
Path parameters
project_idstring required
Project ID
Project ID
endpoint_idstring required
Webhook endpoint ID
Webhook endpoint ID
Query parameters
limitstring
a number between 1 and 100
a number between 1 and 100
iteratorstring
statusstring
a string to be decoded into a number
status_code_classstring
a string to be decoded into a number
a string to be decoded into a number
beforestring
a string to be decoded into a Date
afterstring
a string to be decoded into a Date
format'superwall' | 'superwall_v2'
Which webhook delivery application this endpoint belongs to. superwall_v2 receives typed Superwall V2 payloads. Defaults to superwall.
Which webhook delivery application this endpoint belongs to. superwall_v2 receives typed Superwall V2 payloads. Defaults to superwall.
Response
Success
Changes
No recorded changes to this endpoint across all 1 revision of this API.