Priva API Developer Portal

Building Automation Developer Portal

Welcome to the priva api portal. The API's found on this portal for telemetry and metadata are for building customers.

For horticulture telemetry and metadata please visit https://horti.developers.priva.com

API Authorization

All Priva API's are protected by Priva's OpenID Connect and OAuth 2 compliant Identity & Access Management services. What this basically means is that every API call you make should have a JSON Web Token as Bearer in the Authorization header of the HTTP request. A token should be requested from the Priva Identity & Access Management services with the Client ID and Client Secret which can be created within the Access Control Services.

A token is requested by performing a HTTP POST request to the following endpoint: "https://auth.priva.com/connect/token". The request must be "application/x-www-form-urlencoded" and contain the following fields:

  • grant_type: "client_credentials"

  • client_id: The Client ID of the Registered Application.

  • client_secret: The corresponding Client Secret of the Registered Application.

  • scope: "priva.data-services"

Priva API's

Select an API from the list.