REST API
Full operational REST API at `/wp-json/fswa/v1/` for managing webhooks, logs, queue, credentials, and tokens.
The plugin exposes a complete REST API covering webhooks (CRUD + toggle + test), delivery logs (list, get, delete, bulk-retry, replay), queue (list, stats, execute, retry, delete), health metrics, trigger discovery, payload schemas, the Credentials Vault, API tokens, and webhook chains. This is the same API that powers the admin UI.
Use cases
CI/CD pipelines can disable webhooks during deploys and re-enable them after. AI agents can inspect logs and retry failures. External dashboards can pull delivery stats. All without WordPress admin sessions — use scoped API tokens, including the `agent` scope that grants full write access without ever exposing stored secrets.