Json
Register JSON Data
Registers new JSON data for the specified dataset.
The JSON request body must include the following fields:
client_id(UUID) - client making the requestdataset_id(UUID) - dataset uuid for which the payload is being ingested for.data(List[object]) - data to ingest into the data platform
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
client_idstring · uuidRequired
dataset_idstring · uuidRequired
dataobject[]Required
Responses
200
Successful Response
application/json
422
Validation Error
application/json
post
/data/jsonLast updated