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.
cURL
curl --request GET \ --url https://api.example.com/api/messaging/templates/{template_id}/
{ "id": "550e8400-e29b-41d4-a716-446655440000", "name": "Welcome Message", "category": "TRANSACTIONAL", "language": "en", "message": "Welcome {{name}}! Thank you for joining us.", "variables": ["name"], "is_active": true, "usage_count": 150, "created_at": "2025-11-01T10:00:00Z", "updated_at": "2025-11-27T10:30:00Z" }