v1

latestOpenAPI 3.0.42026-07-26159287356.1 KB
App Host

Send event

Post an app_host event to the domain's webhook. Events such as enabling or disabling notifications for a user. Provide either a signed message or the signer UUID of an authorized neynar-hosted signers.

post/v2/farcaster/app_host/user/event/

Request body

OR

Example request

{
  "app_domain": "demo.neynar.com"
}

Response

Success

messagestring
successboolean required

Example response

{
  "message": "Successfully processed event",
  "success": true
}