Copy Existing Sequence
Copy an existing sequence
Copy Existing Sequence
POST
https://{{account_id}}.acquire.io/api/v1/bot/seq/clone/{{id}}
Create a copy of the existing sequence. The Sequence id must be passed in the endpoint as a path parameter.
Path Parameters
Name | Type | Description |
---|---|---|
id* | integer | The ID of the Sequence you intend to copy |
Headers
Name | Type | Description |
---|---|---|
Authorization* | string | Bearer {{api_key}} |
Last updated