Returns recent webhook delivery attempts for the organization.
cURL
curl --request GET \ --url https://api.rendobar.com/webhooks/deliveries
{ "data": [ { "id": "<string>", "jobId": "<string>", "event": "<string>", "status": "<string>", "statusCode": 123, "attempts": 123, "createdAt": 123 } ], "meta": { "total": 123, "limit": 123, "offset": 123 } }
1 <= x <= 100
x >= 0
List of webhook deliveries
Show child attributes
Was this page helpful?