webhooks
webhooks show
Show a webhook endpoint
Display the full configuration of a single webhook endpoint, including its URL, delivery format, subscribed event types, enabled state, description, and timestamps.
Usage
pgbeam webhooks show <id>Options
| Option | Description | Required | Default |
|---|---|---|---|
<id> | ID of the webhook endpoint to show | Yes | - |
Global options
All global options (--token, --profile,
--project, --org, --json, --no-color, --debug) are also available on
this command.
Examples
# Show a webhook endpoint
pgbeam webhooks show wh_xxx
# Show a webhook endpoint as JSON
pgbeam webhooks show wh_xxx --jsonOutput
Prints each field of the webhook endpoint on its own line. With --json, returns the full webhook object from the API.