Sections

Method: GET

Our API also supports seamless integration with all kinds of water, energy, and utility meters. With its super-simple interface, you can read data from any device, anywhere in the world. The platform is designed for easy setup and reliable remote access, making it ideal for large monitoring systems as well as small individual installations.

Base URL

https://dlb.com.pl/api/v1/telemetry.php

Query parameters

Key Type Description
ID Required string ID of device
KEY Required string Your own password
payload Optional< string default value -> ?
phone Optional string phone number without char -> '+'
sms Optional string message
mail Optional string address
mail_title Optional string title of e-mail
message Optional string message

Authentication

Providing ID and KEY is also required, you can do it using one of the following methods:

  • Query parameter
  • Standard Bearer token in the header: Authorization: Bearer {token}
  • API KEY in the header: HTTP_X_API_KEY: {token}

Response

{
  MAIL OK
  SMS OK
  25.11.24 18:49:48;;
  25.11.24 21:36:23;ID;123456;KEY;;payload;;error;;
}