{ "opencollection": "1.0.0", "info": { "name": "Nextdoor Developer Advertising Search API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.nextdoor.com/v3/authorize", "accessTokenUrl": "https://auth.nextdoor.com/v3/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search posts", "type": "http" }, "http": { "method": "GET", "url": "https://developer.nextdoor.com/v1/search-posts" }, "docs": "Search posts" }, { "info": { "name": "Search event items", "type": "http" }, "http": { "method": "GET", "url": "https://developer.nextdoor.com/v1/search-event-items" }, "docs": "Search event items" }, { "info": { "name": "Search For Sale and Free items", "type": "http" }, "http": { "method": "GET", "url": "https://developer.nextdoor.com/v1/search-fsf-items" }, "docs": "Search For Sale and Free items" }, { "info": { "name": "Search businesses", "type": "http" }, "http": { "method": "GET", "url": "https://developer.nextdoor.com/v1/search-businesses" }, "docs": "Search businesses" } ] } ], "bundled": true }