---
title: "Get webhook"
method: GET
path: "/v1/projects/{projectId}/webhooks/{webhookId}"
tags: ["Webhooks"]
---

# Get webhook

`GET /v1/projects/{projectId}/webhooks/{webhookId}`

Return an already created webhook.

## Path parameters

- `projectId` string, required
- `webhookId` string, required

## Response `200`

Webhook response

- WebhookWebhookDto
  - `id` string, required — The ID of the webhook.
  - `target` string, required — The target url where events will be sent to.
  - `projectId` string, required — The project that this webhook belongs to.
  - `triggers` string[], required — List of triggers this webhook is triggered by.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `404` — NotFound
- `500` — InternalServerError

---

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