Neynar · Schema

WebhookResponse

Neynar Farcaster API schema for WebhookResponse

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
message string
success boolean
webhook object
View JSON Schema on GitHub

JSON Schema

webhookresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/WebhookResponse",
  "title": "WebhookResponse",
  "description": "Neynar Farcaster API schema for WebhookResponse",
  "properties": {
    "message": {
      "type": "string"
    },
    "success": {
      "type": "boolean"
    },
    "webhook": {
      "$ref": "#/components/schemas/Webhook"
    }
  },
  "type": "object"
}