Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieves a single email template for the authenticated user.
cURL
curl --request GET \ --url http://localhost:8080/api/v1/client/email-templates/{id} \ --header 'Authorization: <api-key>'
{ "data": { "created_at": "<string>", "deleted_at": { "time": "<string>", "valid": true }, "html_body": "<string>", "id": 123, "name": "<string>", "preview_text": "<string>", "source_template": "<unknown>", "source_template_id": 123, "subject": "<string>", "text_body": "<string>", "updated_at": "<string>", "user_id": 123 }, "errors": [ { "condition": "format", "error": "Invalid email format", "key": "email" } ], "message": "Operation successful", "meta": {}, "success": true }
JWT Bearer token or raw API key via Authorization header
Template ID
Template retrieved successfully
Show child attributes
"Operation successful"
true