Get Single Branch
Retrieve the details of a branch sequence.
Get Single Branch
GET
https://{{account_id}}.acquire.io/api/v1/bot/seq/branch/{{id}}
Retrieve the details of a single branch. The bran
Path Parameters
Name
Type
Description
id*
integer
The branch Id
Headers
Name
Type
Description
Authorization*
string
Bearer {{api_key}}
{
"data": {
"branch": {
"id": 926,
"title": "Demo Branch",
"visibleOrder": 8,
"position": {
"x": 22,
"y": 30
},
"isParent": "no",
"leadEdges": [
{
"id": 1628,
"type": "auto_followup",
"typeVal": null,
"followupFalsefallback": "Hello from Bot!",
"followupFalsefallbackJson": null,
"visibleOrder": 0,
"leadEdgeActions": [],
"leadEdgeBubbles": []
}
]
}
}
}
Last updated