---
title: "REST API"
description: "Full operational REST API at `/wp-json/fswa/v1/` for managing webhooks, logs, queue, credentials, and tokens."
url: "https://wpwebhooks.org/docs/rest-api/"
---

[WP Webhooks](https://wpwebhooks.org/) / [Docs](https://wpwebhooks.org/docs/) / REST API

Feature since v1.3.0

# 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.

/ Related

[API Tokens](https://wpwebhooks.org/docs/api-tokens/)[Credentials Vault](https://wpwebhooks.org/docs/credentials-vault/)[Full REST API Reference](https://wpwebhooks.org/webhook-wordpress-plugin-api/)

/Ready

## Your next automation is  
one sentence away.

[Install Plugin→](https://wordpress.org/plugins/flowsystems-webhook-actions/) [See the Plugin →](https://wpwebhooks.org/wordpress-webhook-plugin/)

$ wp plugin install flowsystems-webhook-actions --activate

## Structured data

```json
{"@context":"https://schema.org","@type":"TechArticle","name":"REST API — Feature — Webhook Actions Docs","description":"Full operational REST API at `/wp-json/fswa/v1/` for managing webhooks, logs, queue, credentials, and tokens.","url":"https://wpwebhooks.org/docs/rest-api/","isPartOf":{"@type":"WebSite","name":"WP Webhooks","url":"https://wpwebhooks.org"},"about":{"@type":"SoftwareApplication","name":"Webhook Actions","applicationCategory":"WordPress Plugin"}}
```
