cURL
curl --request GET \ --url http://base.url.com/templates \ --header 'x-phishy-api-key: <api-key>'
[ { "id": "<string>", "name": "<string>", "content": "<string>" } ]
Retrieves templates based on query parameters
List of templates
The response is of type object[].
object[]