Skip to main content
Unary · Webhooks Gets details about a specific webhook. Use this method to:
  • View webhook configuration
  • Check webhook URL
  • See bound workflow count

Examples

  • Get webhook details: Retrieves information about a specific webhook.

Endpoint

Send a Bearer token as described in Authentication. If your organization uses a custom management-plane domain, replace https://app.ona.com with that domain.

Request example

Request

gitpod.v1.GetWebhookRequest GetWebhookRequest gets details about a specific webhook.

Response

gitpod.v1.GetWebhookResponse
Webhook represents a webhook endpoint for receiving SCM events.gitpod.v1.Webhook
Metadata contains organizational and ownership information.gitpod.v1.Webhook.Metadata
Spec contains the webhook configuration.gitpod.v1.Webhook.Spec
WebhookProvider identifies the Git provider.
WebhookType determines the scope level of the webhook.