Skip to main content
Unary · Webhooks Lists webhooks with optional filtering. Use this method to:
  • View all webhooks in an organization
  • Filter webhooks by type or provider

Examples

  • List all webhooks: Shows all webhooks with pagination.

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.ListWebhooksRequest ListWebhooksRequest lists webhooks with optional filtering.

Response

gitpod.v1.ListWebhooksResponse
gitpod.v1.ListWebhooksRequest.Filter
gitpod.v1.PaginationRequest
gitpod.v1.PaginationResponse
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.