PgBeam Docs
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

OptionDescriptionRequiredDefault
<id>ID of the webhook endpoint to showYes-

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 --json

Output

Prints each field of the webhook endpoint on its own line. With --json, returns the full webhook object from the API.

On this page