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 Devices API

Device registration, lookup, and querying.

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

Tagged areas include Devices. 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 3 operations across 2 paths, and defines 4 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.

3 operations 2 paths 4 schemas 1 GET2 POST

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 Devices 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 3

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

Devices 3

Device registration, lookup, and querying.

GET
/api/devices
List Devices
getDevices 1 param → 200401
POST
/api/devices
Register Device
postDevice 1 param body → 201401
POST
/api/devices/query
Query Devices
queryDevices 1 param body → 200

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are Device (6 properties), Error (3 properties), DeviceQuery (2 properties), DeviceList (1 property). Each schema is shown below with its type and property counts.

Device
object
6 properties 1 required
Error
object
3 properties
DeviceQuery
object
2 properties
DeviceList
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

itron-devices-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 Device Templates API
Itron Observations API
Itron Tokens API