bird webhooks get
Usage
कोड उदाहरण
bird webhooks get <webhook-id> [flags]Description
Read one endpoint's URL, subscribed event types, and current delivery status. The signing secret is never included, and can only be rotated rather than retrieved.
Examples
कोड उदाहरण
bird webhooks get <webhook-id>
bird webhooks get <webhook-id> -f text
# find an id to pass
bird webhooks listOptions
| Name | Description |
|---|---|
| --response-schema | Print the fields this command returns, then exit |
Related
| Name | Description |
|---|---|
| bird webhooks attempts | List delivery attempts |
| bird webhooks create | Create a webhook endpoint |
| bird webhooks delete | Delete a webhook endpoint |
| bird webhooks list | List webhook endpoints |
| bird webhooks rotate-secret | Rotate webhook signing secret |
| bird webhooks test | Send a test event |