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