Skip to main content
PATCH
/
v2
/
farcaster
/
webhook
Update webhook status
curl --request PATCH \
  --url https://api.neynar.com/v2/farcaster/webhook/ \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "webhook_id": "<string>",
  "active": "true"
}
'
{
  "message": "<string>",
  "success": true
}

Node.js SDK

🔗 SDK Method: updateWebhookActiveStatus Use this API endpoint with the Neynar Node.js SDK for typed responses and better developer experience.

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Body

application/json
webhook_id
string
required
active
enum<string>
required
Available options:
true,
false

Response

Success

message
string
success
boolean
webhook
Webhook · object