curl --request POST \
--url https://api.neynar.com/v2/farcaster/channel/member/invite/ \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"signer_uuid": "19d0c5fd-9b33-4a48-a0e2-bc7b0555baec",
"channel_id": "neynar",
"fid": 3,
"role": "member"
}'
{
"success": true,
"message": "<string>"
}
Invite a user to a channel
curl --request POST \
--url https://api.neynar.com/v2/farcaster/channel/member/invite/ \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"signer_uuid": "19d0c5fd-9b33-4a48-a0e2-bc7b0555baec",
"channel_id": "neynar",
"fid": 3,
"role": "member"
}'
{
"success": true,
"message": "<string>"
}
API key to authorize requests
Success
The response is of type object
.
Was this page helpful?