Skip to main content
GET
/
messages
/
{messageId}
/
html
Get message HTML content
curl --request GET \
  --url https://api.lettermint.co/v1/messages/{messageId}/html \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Team API token. Find this in your team settings.

Path Parameters

messageId
string
required

Response

The response is of type string.