# GET /api/templates/{type}/{id} > Templates - Get one Template with its body (Read-Only) The full template, body included. Which columns come back depends on the type: an email template carries email_subject, default_message, custom_message, template_type and language, a ticket template carries description and ticket_type, and a contract or proposal template carries its template column. - **Endpoint:** `GET /api/templates/{type}/{id}` - **Group:** Templates - **Since:** v1.0.0 - **Defined in:** `RestApi/Controllers/TemplatesController.php` ## Headers | Field | Type | Description | | --- | --- | --- | | `authtoken` | String | Authentication token, generated from admin area | ## Parameters | Field | Type | Required | Description | | --- | --- | --- | --- | | `type` | String | yes | Template type | | `id` | Number | yes | Template unique ID inside that type | ## Request example ```bash curl -X GET "https://yoursite.com/index.php/api/templates/lead/123" \ -H "authtoken: YOUR_API_TOKEN" ``` ## Responses ### Success - Success-Response: ```json HTTP/1.1 200 OK { "id": "1", "template_name": "login_info", "email_subject": "Login details", "default_message": "