REST API getting started
Authenticate and call Tempivo REST API v1
The Tempivo REST API v1 gives programmatic access to your organization's data.
Authenticate
- Create an API key under Integrations → API Keys. It starts with
sk_live_. - Send it as a Bearer token:
curl -H "Authorization: Bearer sk_live_..." https://api.tempivo.com/v1/buildingsWhat you can access
Buildings, spaces, assets, observations (temperature history), alerts, webhooks, and, with the Cellular add-on, device management endpoints.
Reference
The full OpenAPI reference with every endpoint, parameter, and response schema is in the Developers section of this help center. You can also test calls against your own data with Live API test on the Integrations page.
How is this guide?