cURL
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 }
Fetches the status of a developer managed auth address by auth address
API key to authorize requests
Ethereum address
"0x5a927ac639636e534b678e81768ca19e2c6280b7"
Success
The response is of type object.
object
Was this page helpful?