---
title: "Show single webhook"
method: GET
path: "/webhooks/{webhook_id}"
tags: ["webhooks"]
---

# Show single webhook

`GET /webhooks/{webhook_id}`

Retrieves a single webhook by its ID.

## Path parameters

- `webhook_id` integer, required

## Response `200`

The requested webhook object.

- Webhook
  - `id` integer, required — Unique identifier for the webhook.
  - `url` string, uri, required — URL associated with the webhook, to which events are posted.
  - `status` 'active', required — The status of the webhook. Currently, the only valid status for a webhook is `active`.
  - `event_type` 'project.created' | 'project.updated' | 'time.entry.created' | 'time.entry.updated' | 'user.created' | 'user.updated' | 'assignment.created' | 'assignment.updated', required — The type of event associated with the webhook.
  - `organization_id` integer — Unique identifier for the organization.
  - `created_at` string, date-time — The time the webhook was created.
  - `updated_at` string, date-time — The time the webhook was last updated.

## Other responses

- `404` — The webhook was not found.

---

[API](https://skmtc.net/smartsheet/apis/resource-management-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/resource-management-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/resource-management-openapi-reference/versions/e4c439ac13f2/schema)
