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