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

# Get webhook

`GET /webhooks/{id}`

Get a webhook by ID for the current workspace.

## Path parameters

- `id` string, uuid, required

## Response `200`

Webhook details

- Webhook — A webhook configuration for receiving event notifications
  - `id` string, uuid
  - `name` string
  - `url` string, uri
  - `description` string, nullable
  - `headers` object, nullable
  - `topics` string[]
  - `createdAt` string, date-time
  - `createdBy` WebhookCreatedBy — User who created the webhook
    - `id` string, uuid
    - `email` string, email
    - `firstName` string, nullable
    - `lastName` string, nullable

## Other responses

- `401` — Unauthorized - Missing or invalid API key
- `404` — Not Found - Resource does not exist

---

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