get https://api.neynar.com/v2/farcaster/user/fid
Fetches FID to assign it to new user
Related doc: Create new Farcaster account
Responses
Fetches FID to assign it to new user
Related doc: Create new Farcaster account
xxxxxxxxxx
curl --request GET \
--url https://api.neynar.com/v2/farcaster/user/fid \
--header 'accept: application/json' \
--header 'x-api-key: NEYNAR_API_DOCS' \
--header 'x-neynar-experimental: false'
xxxxxxxxxx
{
"fid": 0
}