cURL
curl --request POST \ --url https://api.neynar.com/v2/farcaster/user/follow/ \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "signer_uuid": "19d0c5fd-9b33-4a48-a0e2-bc7b0555baec", "target_fids": [ 194, 3 ] }'
{ "success": true, "details": [ { "success": true, "target_fid": 3, "hash": "<string>" } ] }
Follow a user (In order to follow a user signer_uuid must be approved)
signer_uuid
API key to authorize requests
Success
The response is of type object.
object
Was this page helpful?