curl --request PUT \
--url https://api.open.cx/sequences/{sequence_id}/start \
--header 'Authorization: Bearer <token>'{
"data": {
"success": true
},
"error": {
"code": "sequence_not_found",
"status": 400,
"message": "<string>"
}
}curl --request PUT \
--url https://api.open.cx/sequences/{sequence_id}/start \
--header 'Authorization: Bearer <token>'{
"data": {
"success": true
},
"error": {
"code": "sequence_not_found",
"status": 400,
"message": "<string>"
}
}Was this page helpful?