Skip to main content
POST
/
api
/
v1
/
data_sources
/
{data_source_id}
/
test
Test a data source connection
curl --request POST \  --url https://app.datafold.com/api/v1/data_sources/{data_source_id}/test \  --header 'Authorization: <api-key>'
{  "job_id": 123 }

Authorizations

Authorization
string
header
required

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

Path Parameters

data_source_id
integer
required

Response

Successful Response

job_id
integer
required
⌘I