Fetch all events history for one particular received email.
GET {{baseUrl}}/inbound/events/:uuid
This endpoint will show the list of all events history for one particular received email.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"receivedAt":"2017-03-12T12:30:00.000Z","deliveredAt":"2017-03-12T12:31:00.000Z","sender":"alice@example.com","recipient":"bob@example.com","messageId":"\u003ca_nice@message.id\u003e","subject":"Re: Question about your API","attachments":[{"name":"invoice.pdf","contentType":"application/pdf","contentId":null,"contentLength":12345}],"logs":[{"date":"2017-03-12T12:30:00.000Z","type":"received"},{"date":"2017-03-12T12:30:04.000Z","type":"webhookFailed"},{"date":"2017-03-12T12:31:04.000Z","type":"webhookDelivered"}]}