Technical API Documentation

Introduction

The purpose of API Documentation is to give technical users an understanding of what data is available through the Validere API and how to use the API to connect with other 3rd party services and automation. The Validere API documentation can be accessed here

Authorization

For authorization, include the previously generated API token in all subsequent requests under the header key vnd.validere.api-token. An example CURL request for fetching streams is shown below:

curl https://validere360.com/api/streams
   -H "Accept: application/json"
   -H "vnd.validere.api-token: <generated API token>"

Available APIs

When visiting the Validere API documentation, first ensure that the selected server is https://validere360.com.

For the server selected, all publicly available APIs will be list, which can be expanded to view input parameters and output schema.

  • lab_results: Access samples, test and measurements
  • streams: Access stream information, including source and terminal facilities
  • sites: Access lab site information such as identifier, reference temperature schedule

Click on each API to expand for parameters and callbacks.  

Scroll down to view descriptions and examples to diagnose API responses.