Skip to main content
GET
/
v1
/
general
/
preview-email
Get Preview Email
curl --request GET \
  --url https://api.pulze.ai/v1/general/preview-email \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

pw
string
required
email_type
string
required

Response

Successful Response