Datasets
Validate Dataset Upload
POST
/
v1
/
accounts
/
{account_id}
/
datasets
/
{dataset_id}
:validateUpload
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
account_id
string
requiredThe Account Id
dataset_id
string
requiredThe Dataset Id
Body
application/json ยท object
The body is of type object
.
Response
200 - application/json
The response is of type object
.
Was this page helpful?