API Docs / Operations / Engagements / Get Engagement Emails

Get Engagement Emails

GET /tenants/{tenant}/engagements/{code}/email

Gets all emails that have been sent for a specific engagement.

  Returns a list of emails with their message IDs and sent dates.
  The list is ordered by most recent first.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string

Responses

200 OK
401 Unauthorized - Invalid or missing API key
404 Not Found

Try it