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