---
title: "Get webhook"
method: GET
path: "/settings/v1/webhooks/{webhookId}"
tags: ["Settings:v1:Webhook"]
---

# Get webhook

`GET /settings/v1/webhooks/{webhookId}`

Retrieve single webhook information by its unique ID

## Path parameters

- `webhookId` integer, required — The unique identifier of the webhook

## Response `200`

Successful Response

- APIResponseV2PublicBaseWebhookResponse
  - `requestId` string
  - `data` PublicBaseWebhookResponse, required
    - `id` integer, required — The unique identifier of the webhook
    - `name` string, required — The name of the webhook
    - `userId` integer, required — Webhook creator's user id
    - `timeCreated` integer, required — The timestamp when the webhook was created
    - `url` string, uri, required — The webhook's URL
    - `isDisabled` boolean, required — The webhook's disabled status
    - `featureType` string, required — The webhook's feature type
    - `entityId` string, nullable — The webhook's entity id as a string. `null` for broadcast webhooks.
    - `objectId` integer, nullable — Deprecated. The legacy numeric object id for this webhook.
    - `retryLimit` integer, required — The webhook's retry limit
    - `eventTypes` string[], required — The webhook's event types
    - `webhookVersion` integer — The version of the webhook payload schema

## Other responses

- `422` — Validation Error

---

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