---
title: "List active webhooks"
method: GET
path: "/webhooks"
tags: ["webhooks"]
---

# List active webhooks

`GET /webhooks`

List all active webhooks. 

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

## Response `200`

The active webhooks.

- 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
- `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)
