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

# Retrieve a webhook

`GET /webhooks/{webhook}`

## Path parameters

- `webhook` string, required

## Response `200`

OK

- object
  - `id` string — The unique identifier of the object in Nmbr.
  - `object` string — The type of the object in Nmbr (`"webhook"`).
  - `data` Webhook
    - `url` string
    - `key` string
    - `is_enabled` boolean
    - `events` object
    - `created_at` string, dateTime — The date and time the object was created in Nmbr.
    - `updated_at` string, dateTime — The date and time the object was last updated in Nmbr.

---

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