cURL
curl --request GET \ --url https://api.example.com/v1/webhooks/{subscription_id}/deliveries \ --header 'X-API-Key: <api-key>'
{ "data": [ { "attempt_count": 1, "created_at": "2024-01-15T10:30:00Z", "delivered_at": "2024-01-15T10:31:00Z", "event_id": "550e8400-e29b-41d4-a716-446655440021", "event_type": "patient_created", "id": "550e8400-e29b-41d4-a716-446655440017", "max_attempts": 3, "response_code": 200, "status": "delivered", "subscription_id": "550e8400-e29b-41d4-a716-446655440018", "updated_at": "2024-01-15T10:31:00Z" } ], "pagination": { "has_more": true, "total": 123, "page": 123, "limit": 123 } }
x >= 1
1 <= x <= 100
Successful Response
List response for webhook deliveries
Show child attributes
Pagination information for list responses.
Fields: