Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Neynar Webhook API

Operations related to a webhook

This API exposes 6 operations across 2 paths, and defines 15 schemas. It is described by OpenAPI 3.0.4, at version 3.176.0.

Requests are made against a single base URL, https://api.neynar.com.

6 operations 2 paths 15 schemas 1 DELETE2 GET1 PATCH1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.4
API Version
3.176.0
Base URL
https://api.neynar.com
Authentication
API Key
Contact
Resource Areas
1

Authentication & Security 1

Neynar Webhook API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-api-key (ApiKeyAuth). By default, every request must be authenticated.

  • ApiKeyAuth — API key to authorize requests

Paths & Operations 6

Across 2 paths, the API surfaces 6 operations — 1 DELETE, 2 GET, 1 PATCH, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Webhook 6

Operations related to a webhook

DELETE
/v2/farcaster/webhook/
Delete a webhook
delete-webhook body → 200404
GET
/v2/farcaster/webhook/
Fetch a webhook
lookup-webhook 1 param → 200404
PATCH
/v2/farcaster/webhook/
Update webhook status
update-webhook-active-status body → 200400
POST
/v2/farcaster/webhook/
Create a webhook
publish-webhook body → 200400404
PUT
/v2/farcaster/webhook/
Update a webhook
update-webhook body → 200400
GET
/v2/farcaster/webhook/list/
Associated webhooks of user
fetch-webhooks → 200

Schemas 15

The contract defines 15 schemas that model the data the API accepts and returns. The most detailed are Webhook (15 properties), WebhookSubscriptionFiltersCast (12 properties), WebhookSubscriptionFilters (9 properties), WebhookSecret (6 properties). Each schema is shown below with its type and property counts.

WebhookResponse
object
3 properties
WebhookSubscriptionFiltersReaction
object
3 properties
Webhook
object
15 properties 14 required
WebhookSubscriptionFiltersFollow
object
2 properties
WebhookSubscriptionFilters
object
9 properties
WebhookSubscriptionFiltersCast
object
12 properties
WebhookSubscription
object
5 properties 5 required
WebhookSecret
object
6 properties 6 required
WebhookPatchReqBody
object
2 properties 2 required
ErrorRes
object
Details for the error response
4 properties 1 required
WebhookPostReqBody
object
3 properties 2 required
WebhookDeleteReqBody
object
1 property 1 required
WebhookPutReqBody
object
4 properties 3 required
WebhookListResponse
object
1 property 1 required
WebhookSubscriptionFiltersTrade
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

neynar-webhook-api-openapi.yml Raw ↑