---
title: "retrieve webhook"
method: GET
path: "/Webhooks/{WebhookSid}"
tags: ["Applications"]
---

# retrieve webhook

`GET /Webhooks/{WebhookSid}`

## Response `200`

webhook found

- Webhook
  - `webhook_sid` string, uuid
  - `url` string, url, required
  - `method` 'get' | 'post'
  - `username` string
  - `password` string

## Other responses

- `404` — webhook not found
- `500` — system error

---

[API](https://skmtc.net/jambonz/apis/jambonz-api.md) · [All operations](https://skmtc.net/jambonz/apis/jambonz-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jambonz/jambonz-api/revisions/56f317145d23/schema)
