{ "opencollection": "1.0.0", "info": { "name": "Smartfilters API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{your-bynder-domain}/v6/authentication/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Smartfilters", "type": "folder" }, "items": [ { "info": { "name": "Retrieve smartfilters", "type": "http" }, "http": { "method": "GET", "url": "https://{your-bynder-domain}/api/v4/smartfilters" }, "docs": "Retrieve a list of smartfilters." } ] } ], "bundled": true }