GET
/
v2
/
farcaster
/
app_host
/
user
/
state
/
curl --request GET \
  --url https://api.neynar.com/v2/farcaster/app_host/user/state/ \
  --header 'x-api-key: <api-key>'
{
  "notifications_enabled": [
    {
      "domain": "<string>",
      "status": "<string>",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Query Parameters

fid
integer
required

The FID of the user

Response

200
application/json

Success

The response is of type object.