v1

latestOpenAPI 3.0.42026-07-26159287356.1 KB
App Host

Generate event

Returns event object for app host events. Used if the app host intends to sign the event message instead of using Neynar-hosted signers.

get/v2/farcaster/app_host/user/event/

Query parameters

app_domainstring required
Example:demo.neynar.com

The domain of the mini app

fidinteger required

The FID of the user who initiated the event

event'frame_added' | 'frame_removed' | 'notifications_enabled' | 'notifications_disabled' required

The type of event

Response

Success

eventstring required

Legacy event type corresponding to the requested event type:

  • frame_added: User adds a mini app to their account
  • frame_removed: User removes a mini app from their account
  • notifications_enabled: User enables notifications for a mini app
  • notifications_disabled: User disables notifications for a mini app
All 159 operations