cURL
curl --request GET \ --url http://base.url.com/templates/{id} \ --header 'x-phishy-api-key: <api-key>'
{ "id": "<string>", "name": "<string>", "content": "<string>" }
Retrieves a specific template by ID
Template details retrieved successfully
The response is of type object.
object