List webhook delivery attempts
GET
/api/v1/webhooks/deliveriesParameters
statusquerystringsuccess, failed, pending
cursorquerystringResponses
200Paginated delivery list
Request
curl -X GET "https://api.knowledgetree.dev/api/v1/webhooks/deliveries" \
-H "Authorization: Bearer $KT_API_TOKEN"Response
200Paginated delivery list
Example response not yet documented.