API Overview
This section introduces the Tezzela API and how to interact with it.
The Tezzela API is a simple, RESTful interface that allows you to:
Create and update dashboards in real time.
Send alerts or highlight values to your users.
All requests are made using standard HTTP methods and JSON payloads.
Base URL
All API requests are sent to:
Currently, all endpoints are served under version 1 of the API. This means that any requests made to the API should include the prefix /v1/ in the URL path. While future updates may introduce additional versions, for now, all interactions must be performed using this specific prefix to access the API endpoints
Last updated