Skip to content
English
  • There are no suggestions because the search field is empty.

What is the Trumeter Cloud API?

The API is intended for developers, OEMs, and system integrators who need to access cloud data outside of the Trumeter Cloud user interface.

The Trumeter Cloud API is a secure, read only REST API that provides programmatic access to device and telemetry data stored within Trumeter Cloud. It enables third-party applications to retrieve operational data for reporting, visualization, analytics, and system integration.

API Overview

The Trumeter Cloud API uses standard HTTP requests to retrieve data from Trumeter Cloud. Responses are returned in a structured format that can be consumed by applications, dashboards, reporting platforms, and enterprise systems.

The API is read only, meaning it allows applications to retrieve cloud data without modifying device configurations or cloud settings.

Typical workflow:

  1. Authenticate with the API.
  2. Submit a request to an available endpoint.
  3. Receive the requested data.
  4. Process or display the response within your application.

Available Data

Depending on the connected device and system configuration, the API provides access to:

  • Device information
  • Current telemetry
  • Historical telemetry

Authentication

Applications are required to authenticate before requesting data. Authentication credentials should be included with subsequent requests according to the API specification.

Common Integration Scenarios

Business Intelligence

  • Microsoft Power BI
  • Grafana
  • Tableau
  • Custom reporting platforms

Enterprise Applications

  • ERP systems
  • Manufacturing Execution Systems (MES)
  • Computerized Maintenance Management Systems (CMMS)
  • Asset management software

Customer Applications

  • OEM customer portals
  • Web applications
  • Mobile applications
  • Remote monitoring dashboards

Custom Software

Developers can use the API to build custom applications for:

  • Equipment monitoring
  • Operational reporting
  • Analytics
  • Predictive maintenance
  • Internal engineering tools

Typical Users

  • Software developers
  • System integrators
  • OEM engineering teams
  • Industrial automation engineers
  • Solution architects
  • IT professionals

Before You Begin

Before developing an integration, ensure you have:

  • A Trumeter Cloud account
  • Valid API credentials
  • Access to supported devices and cloud data
  • Familiarity with REST APIs and HTTP requests

Additional Resources

For complete implementation details, including authentication, endpoints, request parameters, response formats, and example requests, please refer to the Swagger Documentation.