v1

latestOpenAPI 3.0.42026-07-26159287356.1 KB
User

Update user profile

Update user profile (In order to update user's profile signer_uuid must be approved)

patch/v2/farcaster/user/

Request body

bannerstring

Requires pro subscription.

biostring
display_namestring
pfp_urlstring
primary_eth_addressstring

Must be one of the verified addresses.

primary_sol_addressstring

Must be one of the verified addresses.

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.

urlstring
usernamestring

Example request

{
  "primary_eth_address": "0x5a927ac639636e534b678e81768ca19e2c6280b7",
  "signer_uuid": "19d0c5fd-9b33-4a48-a0e2-bc7b0555baec"
}

Response

Success

messagestring
successboolean