Hildebrand Device Meter Point DCC inventory API

The Device Meter Point DCC inventory API from Hildebrand — 3 operation(s) for device meter point dcc inventory.

Operations 3

GET /device/meter-point/{meterPointNumber}/inventory Get the DCC inventory of a meter point #
GET /device/smart-meter/{eui}/inventory Get the DCC inventory of a meter point by providing an EUI. #
GET /device/meter-point/{meterPointNumber}/resources Get the resources associated to a meter point #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/hildebrand-device-meter-point-dcc-inventory-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

hildebrand-device-meter-point-dcc-inventory-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  description: 'API definition for CRUD operations on devices. A device is the physical hardware that can be either: <br></br> <ul>  <li>a gateway - makes information available to the Glow Platform. The IHD/CAD and GlowSticks are examples of our gateways.</li> <br></br> <li>a sensor - detects events or changes to its environment and sends information to other devices (smart electricity meter)</li><br></br> <li>an actuator - a controller, given specific predefined commands it can trigger events, change its environment or perform an operation (auxiliary load control switch in an electricity meter)</li><br></br> </ul>'
  version: 1.1.0
  title: Device Management System Device Meter Point DCC inventory API
  license:
    name: Copyright © 2012-26 by Hildebrand Technology Limited
servers:
- url: https://api.glowmarkt.com/api/v0-1/
tags:
- name: Device Meter Point DCC inventory
paths:
  /device/meter-point/{meterPointNumber}/inventory:
    get:
      tags:
      - Device Meter Point DCC inventory
      summary: Get the DCC inventory of a meter point
      description: Returns the DCC inventory
      operationId: device.getMeterPointInventory
      parameters:
      - name: meterPointNumber
        in: path
        description: Meter Point Number
        required: true
        schema:
          type: string
      security:
      - userToken: []
        applicationId: []
      - appKeys: []
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/MeterPointInventoryResponse'
        '404':
          description: Not Found
          content:
            application/json:
              schema:
                $ref: ''
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ServerError'
  /device/smart-meter/{eui}/inventory:
    get:
      tags:
      - Device Meter Point DCC inventory
      summary: Get the DCC inventory of a meter point by providing an EUI.
      description: Returns the DCC inventory
      operationId: device.getMeterPointInventoryByEUI
      parameters:
      - name: eui
        in: path
        description: EUI
        required: true
        schema:
          type: string
      security:
      - appKeys: []
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/MeterPointInventoryResponse'
        '404':
          description: Not Found
          content:
            application/json:
              schema:
                $ref: ''
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ServerError'
  /device/meter-point/{meterPointNumber}/resources:
    get:
      tags:
      - Device Meter Point DCC inventory
      summary: Get the resources associated to a meter point
      description: Returns the resources that are associated to a meter point
      operationId: device.getMeterPointResources
      parameters:
      - name: meterPointNumber
        in: path
        description: Meter Point Number
        required: true
        schema:
          type: string
      security:
      - userToken: []
        applicationId: []
      - appKeys: []
      - appKeys: []
        userId: []
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/MeterPointResourceResponse'
        '404':
          description: Not Found
          content:
            application/json:
              schema:
                $ref: ''
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ServerError'
components:
  schemas:
    MeterPointInventory:
      type: object
      properties:
        DateCommissioned:
          type: string
          example: '2022-02-02T00:00:00.000Z'
        DeviceFirmwareVersion:
          type: string
          example: '111'
        DeviceManufacturer:
          type: string
          example: METER_MANUFACTURER
        DeviceModel:
          type: string
          example: 333333
        DeviceType:
          type: string
          example: CHF
        DeviceStatus:
          type: string
          example: Commissioned
        EUI:
          type: string
          example: AB123456789012
        ImportMPxN:
          type: string
          example: 123456789012
        SmetsVersion:
          type: string
          example: 2
    ServerError:
      type: object
      properties:
        error:
          type: string
          example: An error has occurred
      xml:
        name: AddResourceError
    MeterPointInventoryResponse:
      type: object
      properties:
        valid:
          type: boolean
        inventory:
          type: array
          items:
            $ref: '#/components/schemas/MeterPointInventory'
    MeterPointResourceResponse:
      type: object
      properties:
        valid:
          type: boolean
          example: true
        mpxn:
          type: string
          example: 123456789012
        resources:
          type: array
          items:
            $ref: '#/components/schemas/ResourceListingWithClassifier'
    ResourceListingWithClassifier:
      type: object
      properties:
        resourceId:
          type: string
          example: 8f2a0722-3b59-47a6-a115-d43fcc0c5d1c
        resourceTypeId:
          type: string
          example: f8e6fb07-6307-4e0e-8a17-4b94bc7249c2
        classifier:
          type: string
          example: electricity.consumption
      xml:
        name: ResourceListingWithClassifier
  securitySchemes:
    orgAppKeys:
      type: http
      scheme: basic
    appKeys:
      type: http
      scheme: basic
    devUserToken:
      type: apiKey
      name: token
      in: header
    userToken:
      type: apiKey
      name: token
      in: header
    applicationId:
      type: apiKey
      name: applicationId
      in: header
    userId:
      type: apiKey
      name: userId
      in: header