---
title: "Get a single webhook"
method: GET
path: "/api/v2/organizations/{orgSlug}/webhooks/{webhookId}"
tags: ["Webhooks"]
---

# Get a single webhook

`GET /api/v2/organizations/{orgSlug}/webhooks/{webhookId}`

Get a single webhook by id 

 Required scopes: `flex.settings.webhooks.read`

## Path parameters

- `webhookId` string, required
- `orgSlug` string, required

## Response `200`

- WebhookResultDto
  - `_id` string — The _id of the webhook.
  - `url` string — The URL of the endpoint of your server where POST requests will be made.
  - `description` string — A description of the webhook.
  - `eventTypes` string[] — An array containg the type of events associated with the webhook.
  - `secret` string — The secret key used to sign the webhook payload.
  - `isEnabled` boolean — Determines whether the webhook is enabled. If left empty the webhook will be turned on by default.

---

[API](https://skmtc.dev/officernd/apis/authentication-api.md) · [All operations](https://skmtc.dev/officernd/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/officernd/authentication-api/revisions/6bcd33dc648e/schema)
