Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Itron Device Templates API

Reusable sensor-shape templates for devices.

Itron Device Templates API is one of 11 APIs that Itron publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Device Templates. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, API documentation, a GitHub repository, code examples, and authentication docs.

This API exposes 4 operations across 3 paths, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://api.data.sentience.ssni.com.

4 operations 3 paths 3 schemas 2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://partner.itron.com/
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Itron Device Templates API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Bearer token issued by the Tokens API (short-lived) or obtained via OAuth client credentials.

Paths & Operations 4

Across 3 paths, the API surfaces 4 operations — 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Device Templates 4

Reusable sensor-shape templates for devices.

GET
/api/device-templates
List Device Templates
getDeviceTemplates 1 param → 200
POST
/api/device-templates
Create Device Template
postDeviceTemplate 1 param body → 201
PUT
/api/device-templates/{templateId}
Update Device Template
putDeviceTemplate 2 params body → 200
GET
/api/device-templates/static
Get Static Device Templates
getStaticTemplates 1 param → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Sensor (3 properties), DeviceTemplate (3 properties), DeviceTemplateList (1 property). Each schema is shown below with its type and property counts.

DeviceTemplateList
object
1 property
DeviceTemplate
object
3 properties 2 required
Sensor
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

itron-device-templates-api-openapi.yml Raw ↑

Other APIs Itron publishes across the network.

Itron Distributed Intelligence (DI) Platform
Itron Intelligent Connectivity (IC) Platform
Itron Analytics Data Warehouse API
Itron Third-Party Gateway API
Itron IEE Web Services
Itron Consumer Energy Stream (CES) API
Itron GenX / Starfish Studio
Itron Devices API
Itron Observations API
Itron Tokens API