Webhooks
Retrieve Webhook Attempts
Retrieve webhook attempts for a specific webhook
get/webhooks/{id}/attempts
Path parameters
idstring required
Query parameters
status'unattempted' | 'successful' | 'failed'
An enumeration.
If provided, only return webhook attempts with the given status.
pageinteger
The page number of the paginated response.
Example:1
The page number of the paginated response.
Response
OK