v1

latestOpenAPI 3.1.02026-07-261420929.5 KB

Listar E-mails

Retorna a lista de e-mails.

get/emails

Response

200

idstring
identifierstring
templatestring
subjectstring
activeboolean

Example response

[
  {
    "id": "052F0AAE2A384F5C9DBE121F7E2CC5EC",
    "identifier": "invoice_due",
    "template": "Template do email",
    "subject": "Assunto do email",
    "active": true
  }
]