Datasets
Create a dataset
Create a new dataset
POST
/
team
/
{team_id}
/
datasets
To start fetching data in a dataset, you need to create a data request. A data request is responsible with using your connections to fetch data from your data sources. You can create a data request by using the Create a Data Request endpoint.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the team
Body
application/json
Response
200 - application/json