Get Default Group

API to get the default bot group

Get Default Group

GET https:/{{account_id}}.acquire.io/api/v1/bot/conv/default

API to get the default bot group

Headers

NameTypeDescription

Authorization*

string

Bearer {{api_key}}

{
  "data": {
    "id": 1,
    "title": "Primary Group",
    "description": "Default question group created at the time of account registration.",
    "isDefault": "yes",
    "askFeedback": "disabled",
    "cascadeApplicable": "disabled",
    "createdBy": 1,
    "updatedBy": 1,
    "dateCreated": "2020-06-22T16:17:32.000Z",
    "dateUpdated": "2021-01-19T05:05:08.000Z"
  }
}

Last updated