Neynar · Schema

WebhookListResponse

Neynar Farcaster API schema for WebhookListResponse

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
webhooks array
View JSON Schema on GitHub

JSON Schema

webhooklistresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/WebhookListResponse",
  "title": "WebhookListResponse",
  "description": "Neynar Farcaster API schema for WebhookListResponse",
  "properties": {
    "webhooks": {
      "items": {
        "$ref": "#/components/schemas/Webhook"
      },
      "type": "array"
    }
  },
  "required": [
    "webhooks"
  ],
  "type": "object"
}