Arcadia · Capability

Webhooks Events

Webhooks Events 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

webhooks-events.yaml Raw ↑
name: arcadia-webhooks-events
description: List, retrieve, and resend Arcadia webhook delivery records for statement, meter, interval, and credential events.
provider: arcadia-power
api: arcadia-webhooks-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: listWebhooks
  method: GET
  path: /plug/webhooks
  summary: List Webhooks
- id: retrieveWebhook
  method: GET
  path: /plug/webhooks/{webhookId}
  summary: Retrieve Webhook
- id: resendWebhook
  method: POST
  path: /plug/webhooks/{webhookId}/resend
  summary: Resend Webhook