---
title: "Retrieve a webhook"
method: GET
path: "/v3/webhooks/{id}"
tags: ["Webhook"]
---

# Retrieve a webhook

`GET /v3/webhooks/{id}`

Retrieves a webhook.

## Path parameters

- `id` string, required

## Response `200`

OK

- WebhooksResponses
  - `webhook-response` WebhookResponse
    - `webhook_id` string
  - `webhook-request` WebhookRequest
    - `label` string
    - `triggers` unknown[]
      - unknown
    - `method` string
    - `target` string

---

[API](https://skmtc.net/zuora/apis/admin-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/admin-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/admin-api-reference/revisions/789812d35ac8/schema)
