POST
/
v2
/
farcaster
/
app_host
/
user
/
event
/
curl --request POST \
  --url https://api.neynar.com/v2/farcaster/app_host/user/event/ \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "signed_message": "<string>",
  "app_domain": "demo.neynar.com"
}'
{
  "success": true,
  "message": "Successfully processed event"
}

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Body

application/json

Request body for app host events. Can either provide a signed_message or a signer_uuid with event details.

Response

200
application/json

Success

The response is of type object.