GET
/
templates
/
{id}
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

200
application/json
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