{ "opencollection": "1.0.0", "info": { "name": "Neynar Action API", "version": "3.176.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Action", "type": "folder" }, "items": [ { "info": { "name": "User actions across apps", "type": "http" }, "http": { "method": "POST", "url": "https://api.neynar.com/v2/farcaster/action/", "body": { "type": "json", "data": "{}" } }, "docs": "Securely communicate and perform actions on behalf of users across different apps. It enables an app to send data or trigger actions in another app on behalf of a mutual user by signing messages using the user's Farcaster signer." } ] } ], "bundled": true }