POST
/
api
/
v1
/
lineage
/
bi
/
hightouch
curl --request POST \
  --url https://app.datafold.com/api/v1/lineage/bi/hightouch/ \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "bindings": [
    {
      "boundIds": [
        123
      ],
      "remoteId": "<string>"
    }
  ],
  "indexing_cron": "<string>",
  "name": "<string>",
  "token": "<string>",
  "workspace": "<string>"
}'
"<any>"

Authorizations

Authorization
string
header
required

Use the 'Authorization' header with the format 'Key <api-key>'

Body

application/json

Response

200
application/json

Successful Response

The response is of type any.