Skip to main content
GET
/
email-templates
/
{id}
/
preview
/
html
Preview Template Html
curl --request GET \
  --url https://api.example.com/email-templates/{id}/preview/html \
  --header 'Authorization: Bearer <token>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.montereyfinancial.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Query Parameters

account_number
string | null

Response

Successful Response

The response is of type string.