Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID or custom ID for the sequence
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>"
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ID or custom ID for the sequence
Was this page helpful?
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>"
}
}