Skip to main content

signaloid-cli webhooks get

Get details about a specific webhook.

Synopsis​

signaloid-cli webhooks get --webhook-id <id>

Options​

OptionRequiredDescription
--webhook-id <id>YesWebhook 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 list command
  • Details include creation date, last delivery time, and success/failure counts

See Also​