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

Response

List of templates

id
string
required

Unique identifier for the template

name
string
required

Name of the template

content
string
required

HTML content of the template