Retrieve the details of a branch sequence.
Last updated 3 years ago
GET https://{{account_id}}.acquire.io/api/v1/bot/seq/branch/{{id}}
GET
https://{{account_id}}.acquire.io/api/v1/bot/seq/branch/{{id}}
Retrieve the details of a single branch. The bran
{ "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": [] } ] } } }
id*
integer
The branch Id
Authorization*
string
Bearer {{api_key}}