cURL
curl --request GET \ --url https://api.pulze.ai/v1/general/preview-email \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Preview emails directly in the browser - without sending them. Useful for development.
@var pw: a GET parameter with the password. See “KEY_TO_PREVIEW_EMAILS” @var email_type: The type of email. See “EMAIL_TYPES”.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Was this page helpful?