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

Documentation Index

Fetch the complete documentation index at: https://docs.phishy.io/llms.txt

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

Authorizations

x-phishy-api-key
string
header
required

Path Parameters

id
string
required

Response

HTML content of the template

html
string

HTML content