v1

latestOpenAPI 3.0.12026-07-2471135326.0 KB
Emails

Email Message Information

This endpoint allows you to retrieve information about a previously sent email.

You need to provide the unique identifier (id) of the Email.

get/v2/emails/{id}

Path parameters

idstring required

Unique identifier (id) of the email.

Response

Successfully retrieved the email information

Example response

{
  "meta": {
    "timestamp": 1597166699457,
    "transactionId": "70169d77-c165-4795-9932-35b8a3af96fb",
    "explain": "a descriptive text"
  },
  "data": {
    "id": "203",
    "date": "2020-08-08T19:43:36.278949Z",
    "to": "test@service.com",
    "from": "from@service.com",
    "userName": "myAccount@delivery.com",
    "operator": "operatorAccount@delivery.com",
    "text": "content",
    "status": "SENT",
    "subject": "Greetings",
    "externalId": "123456789abcdef",
    "clientId": "48118112",
    "alias": "customer email alias (This field is optional)"
  }
}