{ "opencollection": "1.0.0", "info": { "name": "Neynar Action Webhook API", "version": "3.176.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Webhook", "type": "folder" }, "items": [ { "info": { "name": "Fetch a webhook", "type": "http" }, "http": { "method": "GET", "url": "https://api.neynar.com/v2/farcaster/webhook/", "params": [ { "name": "webhook_id", "value": "", "type": "query" } ] }, "docs": "Fetch a webhook" }, { "info": { "name": "Create a webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.neynar.com/v2/farcaster/webhook/", "body": { "type": "json", "data": "{}" } }, "docs": "Create a webhook" }, { "info": { "name": "Update a webhook", "type": "http" }, "http": { "method": "PUT", "url": "https://api.neynar.com/v2/farcaster/webhook/", "body": { "type": "json", "data": "{}" } }, "docs": "Update a webhook" }, { "info": { "name": "Update webhook status", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.neynar.com/v2/farcaster/webhook/", "body": { "type": "json", "data": "{}" } }, "docs": "Update webhook active status" }, { "info": { "name": "Delete a webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.neynar.com/v2/farcaster/webhook/", "body": { "type": "json", "data": "{}" } }, "docs": "Delete a webhook" }, { "info": { "name": "Associated webhooks of user", "type": "http" }, "http": { "method": "GET", "url": "https://api.neynar.com/v2/farcaster/webhook/list/" }, "docs": "Fetch a list of webhooks associated to a user" } ] } ], "bundled": true }