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

Authorizations

x-phishy-api-key
string
header
required

Path Parameters

id
string
required

Response

Template details retrieved successfully

id
string
required

Unique identifier for the template

name
string
required

Name of the template

content
string
required

HTML content of the template