Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
200 - message/rfc822
The response is of type string.
curl --request GET \
--url https://api.lettermint.co/v1/messages/{messageId}/source \
--header 'Authorization: Bearer <token>'"<string>"Returns the raw EML source of the message.
curl --request GET \
--url https://api.lettermint.co/v1/messages/{messageId}/source \
--header 'Authorization: Bearer <token>'"<string>"Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The response is of type string.