Database

get

Sample Databases

Authorizations
sessionidstringRequired

Log in using the POST /api/v1/auth/ endpoint

Responses
200

Success: Sample Databases

application/json
get
/api/v1/database/sample_databases/
GET /api/v1/database/sample_databases/ HTTP/1.1
Host: /
Accept: */*
{
  "sample_databases": {
    "ANY_ADDITIONAL_PROPERTY": {
      "source_connector": {},
      "target_connector": {}
    }
  }
}

Last updated

Was this helpful?