Skip to main content
POST
/
consumers
/
{consumer_id}
/
syncs
Retrieve the url of a sync for a specific consumer
curl --request POST \
  --url https://api.chift.eu/consumers/{consumer_id}/syncs \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "syncid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "integrationids": [],
  "country": "<string>",
  "link_metadata": {}
}
'
{
  "url": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.chift.eu/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

consumer_id
string<uuid>
required

Body

application/json
syncid
string<uuid>
required
integrationids
string[] | null

[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.

country
string | null

ISO 3166-1 alpha-2 country code to filter connectors by country. Ignored if integrationids are provided.

Response

Successful Response

url
string
required