v1

latestOpenAPI 3.0.42026-07-26159287356.1 KB
Block

Block FID

Adds a block for a given FID.

post/v2/farcaster/block/

Request body

blocked_fidinteger required

The unique identifier of a farcaster user or app (unsigned integer)

signer_uuidstring required

UUID of the signer. signer_uuid is paired with API key, can't use a uuid made with a different API key.

Example request

{
  "blocked_fid": 3,
  "signer_uuid": "19d0c5fd-9b33-4a48-a0e2-bc7b0555baec"
}

Response

Success

messagestring
successboolean