---
title: "Get message template by id"
method: GET
path: "/message-templates/{id}"
tags: ["messageTemplates"]
---

# Get message template by id

`GET /message-templates/{id}`

Users can only access templates they own (or their dealer's templates if they're an employee).

## Path parameters

- `id` integer, required

## Response `200`

HTTP status code 200 and conversation model

- Template
  - `can_delete` boolean
  - `can_edit` boolean
  - `content` string
  - `created` string
  - `deleted` boolean
  - `id` integer
  - `location_ids` integer[]
  - `title` string
  - `updated` string
  - `user_id` integer

## Other responses

- `401` — Unauthorized error
- `404` — Not found error
- `default` — An unknown, unexpected error.

---

[API](https://skmtc.net/outdoorsy/apis/outdoorsy-api-documentation.md) · [All operations](https://skmtc.net/outdoorsy/apis/outdoorsy-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outdoorsy/outdoorsy-api-documentation/versions/f0cf8f605ea0/schema)
