List all templates in your account.
cURL
curl --request GET \ --url https://api.unosend.co/templates \ --header 'Authorization: Bearer <token>'
Documentation IndexFetch the complete documentation index at: https://docs.unosend.co/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.unosend.co/llms.txt
Use this file to discover all available pages before exploring further.
curl https://api.unosend.co/templates \ -H "Authorization: Bearer un_xxxxxxxxxx"
{ "success": true, "data": [ { "id": "tpl_abc123", "name": "Welcome Email", "subject": "Welcome to {{company_name}}, {{first_name}}!", "created_at": "2024-01-15T10:30:00.000Z" }, { "id": "tpl_def456", "name": "Password Reset", "subject": "Reset your password", "created_at": "2024-01-14T08:00:00.000Z" } ] }