---
title: "GET /message-templates"
method: GET
path: "/message-templates"
tags: ["messageTemplates"]
---

# GET /message-templates

`GET /message-templates`

Lists message templates

## Query parameters

- `offset` integer
- `limit` integer
- `order_by` string
- `user_id` integer
- `LocationIDs` integer[]

## Response `200`

HTTP status code 200 and array of conversation models

- 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
- `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/revisions/f0cf8f605ea0/schema)
