Skip to main content

Get a Data Source

GET 

/v1/data-sources/:dataSourceId

Get a Data Source

Request

Path Parameters

    dataSourceId stringrequired

    The Data Source identifier to get.

Responses

OK

Schema

    dataSource

    object

    required

    A Data Source.

    dataSourceId stringrequired

    The Data Source identifier.

    name stringrequired

    The name of the Data Source.

    url stringrequired

    The URL of the Data Source.

Loading...