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

# Get a webhook

`GET /v1/webhooks/{webhook}`

## Path parameters

- `webhook` string, required

## Response `200`

`WebhookResource`

- WebhookResource
  - `id` string, required
  - `name` string, nullable, required
  - `signature` string, nullable
  - `events` unknown[], required
    - unknown
  - `enabled` boolean, required
  - `url` string, required
  - `last_status` string, required
  - `last_status_description` string, required
  - `last_used_at` string, required
  - `created_at` string, required
  - `updated_at` string, required

## Other responses

- `403` — Authorization error
- `404` — Not found

---

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