List webhook deliveries
Webhook logs
List Webhook Deliveries
Filter webhook delivery status and latest outcomes.
GET
List webhook deliveries
Each delivery represents one event sent to one endpoint. Filter by
event_type, aggregate_id, status, or endpoint_id.
Open a delivery to inspect its complete attempt history and response details.
Authorizations
Environment-specific API key created in the Unifystays portal
Headers
Query Parameters
Return only this exact event type.
Example:
"booking.confirmed"
Return records for one aggregate, such as a Unifystays booking ID.
Example:
"ubk_eGQ0dW9uV1Vi"
Delivery status filter. Used by the deliveries endpoint.
Available options:
PENDING, DELIVERING, RETRYING, SUCCEEDED, EXHAUSTED, CANCELLED Example:
"EXHAUSTED"
Endpoint UUID filter. Used by the deliveries endpoint.
Example:
"8b95a9e0-4af3-4c6d-92df-84b64256d27f"
Page number, starting at 1.
Records per page.