Buscar E-mail

Retorna os dados de um determinado e-mail.

get/emails/{id}

Path parameters

idstring required

ID do Email

Response

200

idstring
identifierstring
templatestring
subjectstring
activeboolean

Example response

{
  "id": "10FFAE07CC004C5EBBBA2B9E1565704A",
  "identifier": "subscription_trial_remainder",
  "template": "Template do email",
  "subject": "Assunto do email",
  "active": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.