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.
All API endpoints require authentication. Three methods are supported:
X-FSWA-Token: <token>
Authorization: Bearer <token>
?api_token=<token>
| 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. |
If you are looking for the plugin itself, see WP webhooks plugin with retry and replay support. For practical usage examples — monitoring scripts, bulk retry automation, and CI/CD integration — see the REST API guide.