curl --request POST \
--url https://app.datafold.com/api/v1/lineage/bi/looker/ \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"base_url": "<string>",
"bindings": [],
"client_id": "<string>",
"client_secret": "<string>",
"indexing_cron": "<string>",
"name": "<string>",
"project_ids": [],
"repo_id": 123
}'
"<any>"
curl --request POST \
--url https://app.datafold.com/api/v1/lineage/bi/looker/ \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"base_url": "<string>",
"bindings": [],
"client_id": "<string>",
"client_secret": "<string>",
"indexing_cron": "<string>",
"name": "<string>",
"project_ids": [],
"repo_id": 123
}'
"<any>"
Use the 'Authorization' header with the format 'Key <api-key>'
Successful Response
The response is of type any
.