cURL
curl --request POST \ --url https://api.neynar.com/v2/farcaster/channel/follow/ \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "channel_id": "neynar", "signer_uuid": "19d0c5fd-9b33-4a48-a0e2-bc7b0555baec" } '
{ "message": "<string>", "success": true }
Follow a channel
Documentation IndexFetch the complete documentation index at: https://docs.neynar.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.neynar.com/llms.txt
Use this file to discover all available pages before exploring further.
API key to authorize requests
The unique identifier of a farcaster channel
"neynar"
UUID of the signer. signer_uuid is paired with API key, can't use a uuid made with a different API key.
signer_uuid
uuid
"19d0c5fd-9b33-4a48-a0e2-bc7b0555baec"
Success
Was this page helpful?
Contact support