GET /api/templates 🔒 Auth Required

Get a list of all available templates

📋 Endpoint Details

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

📥 Response Example

{ "success": true, "message": "Templates fetched successfully", "data": [] }

💡 Usage Tips

cURL Example:

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