This endpoint returns a single webhook event by ID. Use this to fetch the full payload
for a specific event after listing events with include_payload=false.
API Keys can be issued in the Orb's web application.
OK
A webhook event that was generated by Orb. This resource allows you to inspect webhook payloads and their delivery status, which is useful for debugging failed webhook deliveries or re-processing events that failed to deliver due to an outage on your end.
The unique identifier for the webhook event.
The type of webhook event (e.g., 'invoice.created', 'customer.updated').
The time the webhook event was created.
Whether the webhook event has been successfully delivered to at least one endpoint.
The webhook body. Always includes id, type, and created_at. When include_payload=true (the default), also includes the full event properties.
The list of delivery attempts for this webhook event across all configured endpoints.