---
title: "Get Webhook"
method: GET
path: "/webhooks/{id}"
tags: ["Webhook APIs"]
---

# Get Webhook

`GET /webhooks/{id}`

Retrieve the configuration details of a specific webhook, including the event URLs and custom headers.
This API returns all the events (e.g., delivered, open, click) associated with the webhook, along with their respective callback URLs.
Note: When using a master account API key, you can fetch webhook details for a subaccount by specifying the subaccount's username in the `on-behalf-of` header.

## Path parameters

- `id` integer, required

## Headers

- `on-behalf-of` string

## Response `200`

Webhook details retrieved successfully

- object
  - `webhook_id` integer, required
  - `events` Events, required — unresolved $ref
  - `headers` object

## Other responses

- `400` — Invalid webhook ID or malformed request

---

[API](https://skmtc.dev/netcorecloud/apis/email-api-v6.md) · [All operations](https://skmtc.dev/netcorecloud/apis/email-api-v6/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netcorecloud/email-api-v6/revisions/73f83bc2eff8/schema)
