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

Authorizations

x-phishy-api-key
string
header
required

Response

List of all templates

id
string
required

Unique identifier for the template

name
string
required

Name of the template

content
string
required

HTML content of the template