How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Glowmarkt Resource System API

Time-series energy data retrieval. A resource is a single data stream — electricity consumption, electricity cost, gas consumption, gas cost, electricity export, reactive import/export — each carrying a classifier such as electricity.consumption or gas.consumption.cost. Exposes historical readings with ISO 8601 aggregation periods (PT1M through P1Y), current readings, first/last reading times, cumulative meter reads, the tariff applied to a cost resource and its history, a DCC catchup trigger, a DCC daily consumption log, and raw data in Hildebrand's Glow Binary format.

Glowmarkt Resource System API is one of 5 APIs that Hildebrand publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Energy Data, Consumption, Tariffs, Time Series, and Smart Metering. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and API documentation.

This API exposes 20 operations across 18 paths, organized into 2 resource areas, and defines 27 schemas. It is described by OpenAPI 2.0, at version 1.5.0.

Requests are made against the base URL https://api.glowmarkt.com/api/v0-1.

20 operations 18 paths 27 schemas 1 DELETE17 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
1.5.0
Base URL
https://api.glowmarkt.com/api/v0-1
Authentication
basic, basic, API Key, API Key, API Key, API Key
License
Copyright © 2012-26 by Hildebrand Technology Limited
Resource Areas
2

Authentication & Security 6

Glowmarkt Resource System API declares 6 security schemes for authenticating requests. It defines a basic scheme (orgAppKeys). It defines a basic scheme (appKeys). An API key is passed in the header as token (devUserToken). An API key is passed in the header as token (userToken). An API key is passed in the header as applicationId (applicationId). An API key is passed in the header as userId (userID).

Paths & Operations 20

Across 18 paths, the API surfaces 20 operations — 1 DELETE, 17 GET, 2 POST. They span 2 resource areas: Resource Type, Resource. Each is listed below with its method, path, parameters, and response codes.

Resource Type 5

A Resource Type defines the storage structure of the resources supported by the Glow Platform.

POST
/resourcetype
Add a new resource type.
resourcetype.addResourceType 1 param → 200400401500
GET
/resourcetype
Find all resource types
resourcetype.findAll → 200401404500
GET
/resourcetype/{id}
Find resourceType by ID
resourcetype.findById 1 param → 200401404500
GET
/resourcetype/{id}/resource
Find resources of a specific resource type that belong to a user
resourcetype.findResourceByType 1 param → 200400401500
GET
/resourcetype/{id}/appresource
Find resources of a specific resource type that an application has access to
resourcetype.findAppResourceByType 1 param → 200400401500
Resource 15

A Resource is a representation of data collected from a physical device, like sensor readings, or changes in an actuating device state etc.

POST
/resource
Add a new resource
resource.addResource 1 param → 200400401500
GET
/resource
Find all resources per user or application
resource.findAll → 200400401500
GET
/resource/{id}
Find resource by ID
resource.findById 1 param → 200401404500
GET
/resource/{id}/readings
Get resource readings
resource.getReading 7 params → 200401500
GET
/resource/{id}/current
Get the current resource reading.
resource.getCurrentReading 1 param → 200401500
GET
/resource/{id}/first-time
Get the UTC time of the first available reading
resource.getFirstTime 1 param → 200401404500
GET
/resource/{id}/last-time
Get the UTC time of the most recent available reading
resource.getLastTime 1 param → 200401404500
GET
/resource/{id}/meterread
Get the cumulative value reported on a metering device. (Not supported for all resource types).
resource.getMeterRead 1 param → 200401500
GET
/resource/{id}/tariff
Get the latest tariff that is being applied to a resource.
resource.getTariff 1 param → 200401500
GET
/resource/{id}/tariff-list
Get the tariff history that is being applied to a cost resource.
resource.getTariffHistory 1 param → 200401500
GET
/resource/{id}/catchup
Trigger a request to retrieve the latest available readings from the DCC.
resource.catchUpReadings 1 param → 200401500
GET
/resource/{id}/glowbinary
API that returns the resource's raw data in the Glow Binary format.
resource.getGlowBinary 1 param → 200401500
DELETE
/resource/{id}/cache
Remove cached resource data
resource.deleteCache 1 param → 200401500
GET
/resource/{id}/daily-consumption-log
Get daily consumption log (DCC).
resource.getDailyConsumptionLog 3 params → 200401500
GET
/resource/count
Count the number of resources per resourceType
resource.countByResourceType 1 param → 200401500

Schemas 27

The contract defines 27 schemas that model the data the API accepts and returns. The most detailed are ResourceDataResult (6 properties), ResourceTypeReq (6 properties), AddResourceReqNoResourceTypeError (4 properties), StorageType (4 properties). Each schema is shown below with its type and property counts.

StorageType
object
4 properties
ResourceTypeReq
object
6 properties 3 required
ResourceType
ResourceReq
object
4 properties
Resource
ListOfResourceType
array
ListOfResource
array
ResourceByResourceTypeCount
object
3 properties
ServerError
object
1 property
AccessDeniedError
object
1 property
AddResourceTypeSucess
object
2 properties
AddResourceReqError
object
1 property
AddResourceReqNoResourceTypeError
object
4 properties
FindResourceReqError
object
1 property
missingUserIdError
object
1 property
missingAppIdError
object
1 property
AddResourceSucess
object
4 properties
ResourceDataResult
object
6 properties
CurrentReadingsResult
TariffResult
TariffListResult
readingRes
meterReadingRes
catchupRes
ResourceLastTime
ResourceFirstTime
ResourceDailyConsumptionLog

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hildebrand-glowmarkt-resource-system-swagger.json Raw ↑

Other APIs Hildebrand publishes across the network.

Glowmarkt User System API
Glowmarkt Virtual Entity System API
Glowmarkt Device Management System API
Glowmarkt Notification System API
Where this information came from

This is an independent, third-party profile of Glowmarkt Resource System API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.