GET /api/templates/:id 🔒 Auth Required

Get a template by ID

📋 Endpoint Details

Method: GET
Path: /api/templates/:id
Authentication: Required - Include Authorization: Bearer <token> header

📥 Response Example

{ "success": true, "message": "Template fetched successfully", "data": {} }

💡 Usage Tips

cURL Example:

curl -X GET \ http://localhost:3000/api/templates/:id \ -H "Authorization: Bearer YOUR_TOKEN_HERE"
← Back to Home