List Events
GET
http://localhost:3333/api/v1
/{tenant_id}/events
List Event Delivery Attempts
GET
http://localhost:3333/api/v1
/{tenant_id}/events/{event_id}/deliveries
List Events by Destination
GET
http://localhost:3333/api/v1
/{tenant_id}/destinations/{destination_id}/events
Get Event by Destination
GET
http://localhost:3333/api/v1
/{tenant_id}/destinations/{destination_id}/events/{event_id}