---
title: "List preset messages"
method: GET
path: "/api/2/account/canned-messages"
tags: ["Preset messages"]
---

# List preset messages

`GET /api/2/account/canned-messages`

## Response `200`

- object[]
  - `Id` integer
  - `@type` string
  - `Title` string
  - `category` string, nullable
  - `Order` integer
  - `creator` object
    - `ID` integer
    - `@type` string
    - `Title` string, nullable
    - `Name` string
    - `FirstName` string
    - `LastName` string
    - `Avatar` string
    - `Scope` string
    - `HasContact` boolean
    - `business` object
      - `Name` string
      - `Modules` integer
      - `LogoLight` string, nullable
      - `LogoDark` string, nullable
      - `Logo` string, nullable
      - `@type` string
      - `PasswordPolicy` object
        - `min` integer
        - `mixedCase` boolean
        - `symbols` boolean
        - `uncompromised` boolean
        - `strength` integer
  - `Content` string
  - `Shared` boolean
  - `IsSignature` boolean
  - `IsShareMessage` boolean

---

[API](https://skmtc.net/convoflo/apis/convoflo-rest-api.md) · [All operations](https://skmtc.net/convoflo/apis/convoflo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/convoflo/convoflo-rest-api/revisions/fed4481f0476/schema)
