---
title: "Get one webhook instance"
method: GET
path: "/webhooks/{webhookid}"
tags: ["Webhooks"]
---

# Get one webhook instance

`GET /webhooks/{webhookid}`

Returns one webhook instance

## Path parameters

- `webhookid` string, uuid, required

## Response `200`

Successful Response

- WebhookInstanceGetItem
  - `webhookid` string, uuid, required
  - `accountid` string, uuid, required
  - `createdby` string, uuid, nullable
  - `createdon` string, date-time, required
  - `event` string, required
  - `url` string, required
  - `status` 'active' | 'inactive', required
  - `integrationid` integer, nullable

## Other responses

- `404` — Not Found
- `422` — Validation Error

---

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