cURL
curl --request GET \ --url http://base.url.com/templates/{id}/html \ --header 'x-phishy-api-key: <api-key>'
{ "html": "<string>" }
Retrieves the HTML content of a specific template by ID
HTML content of the template
The response is of type object.
object