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>",
  "client_id": "<string>",
  "client_secret": "<string>",
  "repo_id": 123,
  "bindings": [],
  "indexing_cron": "<string>",
  "name": "<string>",
  "project_ids": []
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Use the 'Authorization' header with the format '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