Neynar · Schema

ChannelFollowReqBody

Neynar Farcaster API schema for ChannelFollowReqBody

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
channel_id object
signer_uuid object
View JSON Schema on GitHub

JSON Schema

channelfollowreqbody.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/ChannelFollowReqBody",
  "title": "ChannelFollowReqBody",
  "description": "Neynar Farcaster API schema for ChannelFollowReqBody",
  "properties": {
    "channel_id": {
      "$ref": "#/components/schemas/ChannelId"
    },
    "signer_uuid": {
      "$ref": "#/components/schemas/SignerUUID"
    }
  },
  "required": [
    "signer_uuid",
    "channel_id"
  ],
  "type": "object"
}