TankMate API

Using the TankMate API service

Accessing your API Key and User ID

To access your sensor data, a valid API Key is required, as well as your User ID (uid). These can be accessed via the TankMate web portal, under the Account tab.

The Tankmate API includes two endpoints:

  • Sensor status: which returns the current state of all sensors linked to one account. This includes the current tank level, fill percentage etc. as well as the hardware status - such as the battery health, signal strength etc.

  • Level data: returns all readings for a specific sensor (deviceID), for the previous X number of days

"status" and "level-data" endpoints

Last updated