Arcadia · Capability

Plug Intervals

Plug Intervals is a Naftiko capability published by Arcadia, one of 7 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

plug-intervals.yaml Raw ↑
name: arcadia-plug-intervals
description: Retrieve 15-minute interval consumption data for Arcadia meters, raw and normalized.
provider: arcadia-power
api: arcadia-plug-api
baseURL: https://api.arcadia.com
authentication:
  type: oauth2
  flow: client_credentials
  tokenURL: https://api.arcadia.com/oauth2/token
headers:
  Arcadia-Version: '2024-02-21'
operations:
- id: listIntervalsForMeter
  method: GET
  path: /plug/intervals/meters/{meterId}
  summary: List Intervals for a Meter
- id: listNormalizedIntervalsForMeter
  method: GET
  path: /plug/intervals/meters/{meterId}/normalized
  summary: List Normalized Intervals for a Meter