cURL
curl --request GET \ --url https://api.reply.io/v3/templates \ --header 'X-API-Key: <api-key>'
[ { "id": 12345, "name": "Sales Follow-up", "subject": "Re: Our previous conversation", "body": "Hi {{firstName}},\n\nI hope this email finds you well. I wanted to follow up on our previous conversation about...", "categoryId": 123 } ]
Returns a list of all email templates
API key passed in the X-API-Key header
Templates retrieved successfully
The name of the template
The Id of the template
The subject of the template
The body of the template
The category of the template