Data Sources

Create one or more Data Sources

post

Creates one or multiple data sources with provided metadata and configuration

Authorizations
AuthorizationstringRequired

Insert the JWT token here

Body
or
Responses
post
/api/public/v1/data-sources

Get Data Source by ID

get

Returns metadata and configuration for a single data source by its ID

Authorizations
AuthorizationstringRequired

Insert the JWT token here

Path parameters
idstringRequired

Data Source ID

Responses
chevron-right
200

Default Response

application/json
get
/api/public/v1/data-sources/{id}

Get Data Sources by IDs

post

Returns an array of metadata and configuration for multiple data sources by their IDs

Authorizations
AuthorizationstringRequired

Insert the JWT token here

Body
idsstring[] · min: 1Required

List of data source IDs

Responses
chevron-right
200

Default Response

application/json
post
/api/public/v1/data-sources/by-ids

Last updated

Was this helpful?