Lists recent webhook delivery attempts.
bearerAuth In: header
Number of deliveries to return.
application/json
curl -X GET "https://loading/public/v1/webhook-deliveries"{ "data": [ { "attempt_count": 0, "error_message": "string", "event_type": "contact.created", "id": "string", "response_status": 0, "status": "pending" } ]}