POST
/
consumers
/
{consumerid}
/
syncs
/
{syncid}
/
flows
/
{flowid}
/
enable
Enable a flow for a specific consumer
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>"

Authorizations

Authorization
string
header
required

This access token needs to be included in each of your request to the Chift API.

Path Parameters

syncid
string<uuid>
required
flowid
string<uuid>
required
consumerid
string<uuid>
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type any.