Mithra Public API
API Docs
API Docs
  1. API Docs
  • Mithra Public API
  • Realtime (SSE)
    • SSE Event Schema
    • Connect (SSE)
      GET
    • Subscribe (SSE)
      POST
  • List Sensors
    GET
  • List Locations
    GET
  • Sensor Readings
    GET
  1. API Docs

Mithra Public API

Purpose#

The Mithra Public API allows you to build your own monitoring/prediction solution on top of the sensor data collected by your sensors & processed by the Mithra platform.

Availability#

The Mithra Public API is available for Mithra customers and Mithra device owners. API credentials can be obtained from Mithra on a per request basis only.

Realtime#

Instead of polling for status updates, please use the "Realtime (SSE)" method, where you can setup a persistent connection to receive streaming updates.
To learn more about Server Sent Events, see the mdn docs.

🔒 Credentials#

Every call too the Mithra Public API platform requires an Authorization header with a Bearer followed by a JWT (JSON Web Token).
The JWT can be obtained from Mithra, and is valid for 3 (three) years.
Next
SSE Event Schema
Built with