POST
/
api
/
v1
/
data_sources
/
{data_source_id}
/
test
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

200
application/json
Successful Response
job_id
integer
required