GET
/
v1
/
userNameProofsByFid
curl --request GET \
  --url https://hub-api.neynar.com/v1/userNameProofsByFid \
  --header 'x-api-key: <api-key>'
{
  "proofs": [
    {
      "timestamp": 123,
      "name": "neynar",
      "owner": "<string>",
      "signature": "aSDinaTvuI8gbWludGxpZnk=",
      "fid": 1,
      "type": "USERNAME_TYPE_FNAME"
    }
  ]
}

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Query Parameters

fid
integer
required

The FID being requested

Response

200
application/json
A successful response.
proofs
object[]
required