Arcadia · Capability

Plug Statements

Plug Statements 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-statements.yaml Raw ↑
name: arcadia-plug-statements
description: List, retrieve, version, and download utility statements (bills) sourced by the Arcadia Plug API.
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: listStatements
  method: GET
  path: /plug/statements
  summary: List Statements
- id: listDetailedStatements
  method: GET
  path: /plug/statements/detailed
  summary: List Detailed Statements
- id: retrieveStatement
  method: GET
  path: /plug/statements/{statementId}
  summary: Retrieve Statement
- id: listStatementVersions
  method: GET
  path: /plug/statements/{statementId}/versions
  summary: List Statement Versions
- id: retrieveStatementVersion
  method: GET
  path: /plug/statements/{statementId}/versions/{versionId}
  summary: Retrieve Statement Version
- id: downloadStatementSource
  method: GET
  path: /plug/statements/{statementId}/download
  summary: Download Statement Source
- id: downloadStatements
  method: POST
  path: /plug/statements/download
  summary: Download Statements (bulk)