GET
/
farcaster
/
user
/
fid
curl --request GET \
  --url https://api.neynar.com/v2/farcaster/user/fid \
  --header 'x-api-key: <api-key>'
{
  "fid": 123
}

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Headers

x-neynar-experimental
boolean
default:false

Enables experimental features including filtering based on the Neynar score. See docs for more details.

Response

200
application/json
Successful operation.

The response is of type object.