Skip to main content
POST
/
api
/
v1
/
lineage
/
bi
/
looker
/
Create a Looker integration
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>"

Authorizations

Authorization
string
header
required

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

Body

application/json
base_url
string
required
client_id
string
required
client_secret
string<password>
required
repo_id
integer
required
bindings
DataSourceBinding · object[]
indexing_cron
string | null
name
string | null
project_ids
string[]

Response

Successful Response

The response is of type any.

⌘I