cURL
curl --request GET \ --url https://api.zippendo.com/orgs/{orgId}/webhooks/{webhookId}/deliveries \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "webhookId": "<string>", "event": "<string>", "payload": "<unknown>", "statusCode": 123, "response": "<string>", "duration": 123, "success": true, "attempt": 123, "error": "<string>", "createdAt": "<string>" } ], "total": 123, "page": 123, "limit": 123, "totalPages": 123 }
List delivery logs for a webhook
JWT access token or API token (prefixed with zipp_)
Organization ID
Webhook ID
1 <= x <= 9007199254740991
1 <= x <= 100
Default Response
Show child attributes