API Docs / Operations / Proposals / Get Proposal Emails

Get Proposal Emails

GET /api/tenants/{tenant}/proposals/{code}/email

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

  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