POST
/
console
/
v1
/
ingestion
/
connection
/
databricks
curl --request POST \
  --url https://statsigapi.net/console/v1/ingestion/connection/databricks \
  --header 'Content-Type: application/json' \
  --header 'STATSIG-API-KEY: <api-key>' \
  --data '{
  "token": "<string>",
  "host": "<string>",
  "path": "<string>",
  "deltaSharingCredentials": "<string>",
  "verified": true
}'
{
  "token": "string",
  "host": "string",
  "path": "string",
  "deltaSharingCredentials": "string",
  "verified": false
}

Authorizations

STATSIG-API-KEY
string
header
required

Headers

x-respect-review-settings
string

Optional header to respect review settings for mutation endpoints.

Body

application/json
token
string
required
host
string
required
path
string
required
deltaSharingCredentials
string
verified
boolean

Response

200 - application/json
Create Ingestion Databricks Success
message
string
required

A simple string explaining the result of the operation.

data
object
required

A single result.