Skip to main content
POST
/
api
/
datasets
/
{dataset_id}
/
integrations
/
kaggle
/
test
Test Dataset Kaggle
curl --request POST \
  --url https://api.example.com/api/datasets/{dataset_id}/integrations/kaggle/test \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "username": "<string>",
  "key": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Path Parameters

dataset_id
string
required

Cookies

antidote_session
string | null

Body

application/json
username
string | null
key
string | null

Response

Successful Response

The response is of type Response Test Dataset Kaggle Api Datasets Dataset Id Integrations Kaggle Test Post · object.