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

# Retrieve a Webhook

`GET /webhooks/{id}`

## Path parameters

- `id` string, required

## Response `200`

Webhook object

- object
  - `accountId` string — Unique Id
  - `_id` string — Unique Id
  - `url` string
  - `events` string[] — add list of event to register for the provided url

---

[API](https://skmtc.net/guesty/apis/guesty-open-api.md) · [All operations](https://skmtc.net/guesty/apis/guesty-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/guesty/guesty-open-api/versions/7c62644070f2/schema)
