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

WegoWise Usage Data API

Retrieve and submit raw and aggregated utility usage datapoints

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

This API exposes 3 JSON Schema definitions.

Tagged areas include Usage Data. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 3 JSON Schemas.

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

Requests are made against a single base URL, https://www.wegowise.com.

7 operations 5 paths 4 schemas 5 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Server
https://www.wegowise.com
Authentication
HTTP Oauth
Resource Areas
1

Authentication & Security 1

WegoWise Usage Data API declares 1 security scheme for authenticating requests. It uses HTTP oauth authentication (oauth1). By default, every request must be authenticated.

  • oauth1 — OAuth 1.0 authentication required for private endpoints

Paths & Operations 7

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

Usage Data 7

Retrieve and submit raw and aggregated utility usage datapoints

GET
/api/v1/wego_pro/buildings/{id}/data
Get Building Usage Data
getBuildingData 5 params → 200401
GET
/api/v1/wego_pro/meters/{id}/raw_data
Get Meter Raw Data
getMeterRawData 3 params → 200401
POST
/api/v1/wego_pro/meters/{id}/raw_data
Create Meter Datapoint
createMeterRawData 1 param body → 201400401
GET
/api/v1/wego_pro/meters/{id}/data
Get Meter Monthly Data
getMeterData 2 params → 200401
GET
/api/v1/wego_data/meters/{id}/raw_data
Get Data Meter Raw Data
getDataMeterRawData 3 params → 200401
POST
/api/v1/wego_data/meters/{id}/raw_data
Create Data Meter Datapoint
createDataMeterRawData 1 param body → 201401
GET
/api/v1/wego_data/meters/{id}/latest_datum
Get Latest Meter Datapoint
getLatestDatum 1 param → 200401

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are RawDatapoint (12 properties), RawDatapointInput (6 properties), UsageDataResponse (5 properties), Error (2 properties). Each schema is shown below with its type and property counts.

RawDatapointInput
object
6 properties 2 required
Error
object
2 properties
UsageDataResponse
object
Monthly normalized usage data response
5 properties
RawDatapoint
object
A raw utility usage datapoint for a billing period
12 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wegowise-usage-data-api-openapi.yml Raw ↑

Other APIs WegoWise publishes across the network.

WegoWise Pro API
WegoWise Data API
WegoWise Public API
WegoWise Apartments API
WegoWise Areas API
WegoWise Buildings API
WegoWise Developments API
WegoWise Meters API
WegoWise Utility Companies API
WegoWise Utility Logins API