GET
/
v2
/
farcaster
/
app_host
/
user
/
event
/
curl --request GET \
  --url https://api.neynar.com/v2/farcaster/app_host/user/event/ \
  --header 'x-api-key: <api-key>'
{
  "event": "<string>",
  "notificationDetails": {
    "url": "<string>",
    "token": "<string>"
  }
}

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Query Parameters

app_domain
string
required

The domain of the mini app

Example:

"demo.neynar.com"

fid
integer
required

The FID of the user who initiated the event

Required range: x >= 1
event
enum<string>
required

The type of event

Available options:
frame_added,
frame_removed,
notifications_enabled,
notifications_disabled

Response

200
application/json

Success

The response is of type object.