Sign in

Create data source

documented

Creates an ingestion data source (a container for one or more datasets). ([developers.databox.com](https://developers.databox.com/_bundle/docs/%40v1/api/api.databox.com.json?download=))

POST /v1/data-sourcesData Sourcesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.databox.com/v1/data-sources" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "x-api-key: {{DATABOX_API_KEY}}" \
  -d '{"accountId": {{$accountId}}, "title": "{{$title}}", "timezone": "{{$timezone}}"}'