For the complete documentation index, see llms.txt. This page is also available as Markdown.

List Groups

API to list all the different shortcut groups available.

List Message Shortcut Groups

GET 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}}

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

Last updated