---
title: "Associated webhooks of user"
method: GET
path: "/v2/farcaster/webhook/list/"
tags: ["Webhook"]
---

# Associated webhooks of user

`GET /v2/farcaster/webhook/list/`

Fetch a list of webhooks associated to a user

## Response `200`

Success

- WebhookListResponse
  - `webhooks` Webhook[], required
    - `active` boolean, required
    - `created_at` string, date-time, required
    - `deleted_at` string, date-time, nullable, required
    - `description` string, required
    - `developer_uuid` string, required
    - `http_timeout` string, required
    - `object` 'webhook', required
    - `rate_limit` integer, required
    - `rate_limit_duration` string, required
    - `secrets` WebhookSecret[], required
      - `created_at` string, required
      - `deleted_at` string, nullable, required
      - `expires_at` string, required
      - `uid` string, required
      - `updated_at` string, required
      - `value` string, required
    - `subscription` WebhookSubscription
      - `created_at` string, date-time, required
      - `filters` WebhookSubscriptionFilters, required
        - `cast.created` WebhookSubscriptionFiltersCast
          - `author_fids` integer[]
          - `embedded_cast_author_fids` number[] — Filter for casts that contain embedded casts authored by these FIDs
          - `embedded_cast_hashes` string[] — Filter for casts that quote/embed these specific cast hashes
          - `embeds` string — Regex pattern to match the embeded_url (key embeds) of the cast. **Note:** 1) Regex must be parsed by Go's RE2 engine (Test your expression here: https://www.lddgo.net/en/string/golangregex) 2) Use backslashes to escape special characters. For example: \\b(farcaster|neynar)\\b should be written as \\\\b(farcaster|neynar)\\\\b
          - `exclude_author_fids` integer[] — Exclude casts that matches these authors. **Note:** This is applied as an AND operation against rest of the filters. Rest of the filters are bundled as an OR operation.
          - `mentioned_fids` integer[]
          - `minimum_author_score` number
          - `parent_author_fids` integer[]
          - `parent_hashes` string[]
          - `parent_urls` string[]
          - `root_parent_urls` string[]
          - `text` string — Regex pattern to match the text key of the cast. **Note:** 1) Regex must be parsed by Go's RE2 engine (Test your expression here: https://www.lddgo.net/en/string/golangregex) 2) Use backslashes to escape special characters. For example: (?i)\\$degen should be written as (?i)\\\\$degen
        - `cast.deleted` WebhookSubscriptionFiltersCast
          - `author_fids` integer[]
          - `embedded_cast_author_fids` number[] — Filter for casts that contain embedded casts authored by these FIDs
          - `embedded_cast_hashes` string[] — Filter for casts that quote/embed these specific cast hashes
          - `embeds` string — Regex pattern to match the embeded_url (key embeds) of the cast. **Note:** 1) Regex must be parsed by Go's RE2 engine (Test your expression here: https://www.lddgo.net/en/string/golangregex) 2) Use backslashes to escape special characters. For example: \\b(farcaster|neynar)\\b should be written as \\\\b(farcaster|neynar)\\\\b
          - `exclude_author_fids` integer[] — Exclude casts that matches these authors. **Note:** This is applied as an AND operation against rest of the filters. Rest of the filters are bundled as an OR operation.
          - `mentioned_fids` integer[]
          - `minimum_author_score` number
          - `parent_author_fids` integer[]
          - `parent_hashes` string[]
          - `parent_urls` string[]
          - `root_parent_urls` string[]
          - `text` string — Regex pattern to match the text key of the cast. **Note:** 1) Regex must be parsed by Go's RE2 engine (Test your expression here: https://www.lddgo.net/en/string/golangregex) 2) Use backslashes to escape special characters. For example: (?i)\\$degen should be written as (?i)\\\\$degen
        - `follow.created` WebhookSubscriptionFiltersFollow
          - `fids` integer[]
          - `target_fids` integer[]
        - `follow.deleted` WebhookSubscriptionFiltersFollow
          - `fids` integer[]
          - `target_fids` integer[]
        - `reaction.created` WebhookSubscriptionFiltersReaction
          - `fids` integer[]
          - `target_cast_hashes` string[]
          - `target_fids` integer[]
        - `reaction.deleted` WebhookSubscriptionFiltersReaction
          - `fids` integer[]
          - `target_cast_hashes` string[]
          - `target_fids` integer[]
        - `trade.created` WebhookSubscriptionFiltersTrade
          - `fids` integer[]
          - `minimum_token_amount_usdc` number
          - `minimum_trader_neynar_score` number
        - `user.created` object
        - `user.updated` object
          - `fids` integer[]
      - `object` 'webhook_subscription', required
      - `subscription_id` string, required
      - `updated_at` string, date-time, required
    - `target_url` string, required
    - `title` string, required
    - `updated_at` string, date-time, required
    - `webhook_id` string, required

---

[API](https://skmtc.dev/neynar/apis/neynar-api.md) · [All operations](https://skmtc.dev/neynar/apis/neynar-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/neynar/neynar-api/revisions/dbb91bfb0d1a/schema)
