cURL
curl --request POST \ --url https://api.chift.eu/consumers/{consumerid}/syncs/{syncid}/flows/{flowid}/enable \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "integrationids": [], "triggerid": "<string>", "cronschedule": "<string>", "data": {} }'
"<any>"
Route that can be used to enable a flow for a specific consumer
This access token needs to be included in each of your request to the Chift API.
Successful Response
The response is of type any.
any