---
title: "Fetch an active webhook"
method: GET
path: "/webhooks/{webhook_id}"
tags: ["webhooks"]
---

# Fetch an active webhook

`GET /webhooks/{webhook_id}`

Gets an active matching webhook. 

> **Important:** This operation uses server `https://brandfolder.com/api/v1` (notice the version is `v1`).

## Response `200`

The webhook details.

- object
  - `data` Webhook, required
    - `id` string, required — Unique identifier for the resource instance.
    - `attributes` WebhookAttributes, required
      - `event_type` 'asset.create' | 'asset.update' | 'asset.delete', required — An event type. Here are the currently supported event types: - `asset.create`: A new asset has been created within the subscribed Brandfolder - `asset.update`: Asset data has been updated within the subscribed Brandfolder - `asset.delete`: An asset has been removed from within the subscribed Brandfolder
      - `resource_key` string, required — brandfolder_id
      - `resource_type` string, required
      - `callback_url` string, required

## Other responses

- `400` — Invalid Header Provided
- `404` — The Requested Webhook Does Not Exist
- `default` — Generic error payload

---

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