Arcadia · Capability

Plug Accounts

Plug Accounts 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-accounts.yaml Raw ↑
name: arcadia-plug-accounts
description: List, retrieve, set, and update utility accounts discovered for a credential via 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: listAccounts
  method: GET
  path: /plug/accounts
  summary: List Accounts
- id: retrieveAccount
  method: GET
  path: /plug/accounts/{accountId}
  summary: Retrieve Account
- id: listAccountEvents
  method: GET
  path: /plug/accounts/{accountId}/events
  summary: List Account's Events
- id: listAccountPayments
  method: GET
  path: /plug/accounts/{accountId}/payments
  summary: List Account's Payments