GET /templates/:id
Returns a single template with full content.Authentication
JWT Bearer token (dashboard auth)Response
Errors
| Status | Error | Cause |
|---|---|---|
404 | Template not found | Invalid ID or not owned by user |
Retrieve a single template by ID.
| Status | Error | Cause |
|---|---|---|
404 | Template not found | Invalid ID or not owned by user |