> For the complete documentation index, see [llms.txt](https://developer.acquire.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.acquire.io/rest-apis/settings/conversation-settings/message-shortcuts/list-groups.md).

# List Groups

## List Message Shortcut Groups

<mark style="color:blue;">`GET`</mark> `https://{{account_id}}.acquire.io/api/v1/crm/message-shortcut/list-all-group`

Retrieve a list of shortcut groups.

#### Headers

| Name          | Type   | Description         |
| ------------- | ------ | ------------------- |
| Authorization | string | Bearer {{api\_key}} |

{% tabs %}
{% tab title="200 " %}

```
{
  "data": {
    "groupList": [
      "TYUYUY"
    ]
  }
}
```

{% endtab %}
{% endtabs %}
