Glow Metering
  1. Glow Metering
Glow Metering
  • Glow Metering
    • Meter Installation
    • Meter Commissioning
    • Glow Monitor
      • Navigating Glow Monitor
        • Dashboard
        • Bridges
        • Sites
        • Account & Profile
    • API Documentation
      • Authentication
        • Obtain Access Token
      • Bridge Management
        • Retrieve Bridge List
      • Data Retrieval
        • Retrieve Regular (Billable) Data
        • Retrieve Irregular Readings
  1. Glow Metering

Glow Metering API Documentation

If you already have your own systems in place or would like to build custom functionalities on top of what we have, we provide you with the tools and support to integrate Glow Metering Systems into your own platform.
Please refer to this API Integration Guide to find the technical details of our APIs for managing and retrieving data from your Glow Meters.
The available APIs in this documentation are:
Obtain Access Token
Retrieve Bridge List
Retrieve Regular (Billable) Data
Retrieve Irregular (Non-Billable) Data

Prerequisite#

A valid clientId and clientSecret provided by the Glow Metering Platform.

API Best Practices#

1.
Ensure the token remains valid (check the expires_in value). Re-request a token when it expires.
2.
Do not create a new access token with each subsequent API request, but rather you generate a new one close to the expiry time.
3.
Store sensitive credentials securely and avoid hardcoding them into applications.
4.
For security reasons, do not distribute the client credentials publicly or share them in emails.
5.
A set of client credentials will provide access to the assets owned by a specific organization.

Copyright & confidentiality#

Copyright © 2012-2025 by Hildebrand Technology Limited. All rights reserved.
This document is commercially confidential to Hildebrand, and is provided to all recipients in circumstances of confidence.
For the purpose of distribution control, no part of this document may be presented, reproduced or copied in any form or by any means (graphical, electronic or mechanical including photocopying, recording tape or by any information storage and retrieval system) without the express written permission of Hildebrand.
Unlawful disclosure of confidential information can result in liability to pay monetary damages to Hildebrand for losses resulting from that disclosure.
Modified at 2025-10-09 07:28:00
Previous
Account & Profile
Next
Obtain Access Token
Built with