---
title: "Get webhook by ID"
method: GET
path: "/v2/email-service/webhook/{id}"
tags: ["Webhooks"]
---

# Get webhook by ID

`GET /v2/email-service/webhook/{id}`

Retrieve details for a specific webhook.

## Response `200`

Webhook details

- WebhookResponse
  - `success` boolean
  - `data` Webhook
    - `id` integer
    - `user_id` integer
    - `url` string
    - `action` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/sendpulse/apis/sendpulse-bulk-email-api.md) · [All operations](https://skmtc.net/sendpulse/apis/sendpulse-bulk-email-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sendpulse/sendpulse-bulk-email-api/versions/cd38f8c6a425/schema)
