/ REST API — Documentation

Flow Systems Webhook Actions Plugin REST API

Programmatic access to the webhook delivery system inside WordPress. Inspect events, monitor delivery logs, retry failures, and replay events when external APIs recover.

Authentication

All API endpoints require authentication. Three methods are supported:

X-FSWA-Token: <token> Authorization: Bearer <token> ?api_token=<token>

Permission Scopes

Scope Permitted operations
read List and inspect webhook events, delivery logs, and queue status. No write access.
operational All read operations plus retry and replay of webhook events.
full All operational permissions plus webhook configuration management.