Json

Push json data to Validere using the API.

https://api.validere.io/platform/v1

Register JSON Data

Registers new data for the specified dataset and schema.

Register Json Data

post

Registers new JSON data for the specified dataset.

The JSON request body must include the following fields:

  • client_id (UUID) - client making the request
  • dataset_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
post
/data/json

Last updated