GET
/
v2
/
farcaster
/
auth_address
/
developer_managed
/
curl --request GET \
  --url https://api.neynar.com/v2/farcaster/auth_address/developer_managed/ \
  --header 'x-api-key: <api-key>'
{
  "address": "0x5a927ac639636e534b678e81768ca19e2c6280b7",
  "status": "pending_approval",
  "auth_address_approval_url": "<string>",
  "fid": 3
}

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Query Parameters

address
string
required

Ethereum address

Example:

"0x5a927ac639636e534b678e81768ca19e2c6280b7"

Response

200
application/json

Success

The response is of type object.