cURL
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.
Bearer <token>
<token>
ID or custom ID for the sequence
The response is of type object.
object
Was this page helpful?