cURL
curl --request GET \ --url https://api.engagefabric.com/api/v1/webhooks/{id}/deliveries
{ "deliveries": [ { "id": "del_123abc", "webhookId": "wh_456def", "eventType": "player.level_up", "payload": { "id": "del_123abc", "event": "player.level_up", "timestamp": "2024-01-15T10:30:00Z", "projectId": "proj_456def", "data": { "player": { "id": "p1", "name": "Player 1" }, "oldLevel": 5, "newLevel": 6 } }, "requestUrl": "https://api.yourapp.com/webhooks/engagefabric", "requestMethod": "POST", "status": "SUCCESS", "attempt": 1, "maxAttempts": 3, "createdAt": "2024-01-15T10:30:00Z", "eventId": "evt_789xyz", "responseCode": 200, "responseBody": "{\"received\": true}", "responseTimeMs": 125, "nextRetryAt": "2024-01-15T10:35:00Z", "lastError": "Connection timeout", "sentAt": "2024-01-15T10:30:01Z", "completedAt": "2024-01-15T10:30:01Z" } ], "total": 100, "page": 1, "limit": 20, "totalPages": 5 }
Webhook ID
Filter by delivery status
"FAILED"
Filter by event type
"player.level_up"
Page number (1-based)
1
Items per page
20
Show child attributes
100
5