POST
/
consumers
/
{consumerid}
/
syncs
curl --request POST \
  --url https://api.chift.eu/consumers/{consumerid}/syncs \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "syncid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "integrationids": [],
  "link_metadata": {}
}'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

consumerid
string
required

Body

application/json
syncid
string
required
integrationids
string[]

[OPTIONAL] Can be used to specify maximum one integrationid for each One API that you want to highlight. If specified, only this connector will be displayed to your clients.

Response

200
application/json
Successful Response
url
string
required