signaloid-cli webhooks get
Get details about a specific webhook.
Synopsis
signaloid-cli webhooks get --webhook-id <id>
Options
| Option | Required | Description |
|---|---|---|
--webhook-id <id> | Yes | Webhook ID |
Description
Retrieves detailed information about a specific webhook, including its configuration, target URL, subscribed events, status, and delivery statistics.
Examples
signaloid-cli webhooks get --webhook-id webhook_abc123
Notes
- The webhook ID can be obtained from the
webhooks listcommand - Details include creation date, last delivery time, and success/failure counts
See Also
- signaloid-cli webhooks - Webhook command overview
- signaloid-cli webhooks list - List all webhooks
- signaloid-cli webhooks update - Update webhooks