GET
/
templates
/
{id}
/
html
curl --request GET \
  --url http://base.url.com/templates/{id}/html \
  --header 'x-phishy-api-key: <api-key>'
{
  "html": "<string>"
}

Authorizations

x-phishy-api-key
string
header
required

Path Parameters

id
string
required

Response

200
application/json
HTML content of the template
html
string

HTML content