Copy
Copy a group
Copy
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"data": {
"success": true,
"message": "Group is being copied .."
}
}Body(raw)
{
"id": 1
}Last updated
Copy a group
POST https://{{account_id}}.acquire.io/api/v1/bot/conv/copy
Copy a group. The id of the group must be passed in to the endpoint as body parameter. Current questions and answers will be copied into the new group.
Authorization
string
Bearer {{api_key}}
id
integer
The ID of the group you are copying
{
"data": {
"success": true,
"message": "Group is being copied .."
}
}{
"id": 1
}Last updated