{ "opencollection": "1.0.0", "info": { "name": "Spotio 2.0 Filters V2 API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "FiltersV2", "type": "folder" }, "items": [ { "info": { "name": "Create a new filter", "type": "http" }, "http": { "method": "POST", "url": "https://api.spotio2.com/api/v2/filters", "headers": [ { "name": "x-app-version", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Creates a new filter based on the provided information, to create temporary filter do not send title, to save filter for later usage provide title." }, { "info": { "name": "Retrieves a filter by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotio2.com/api/v2/filters/:filterId", "headers": [ { "name": "x-app-version", "value": "" } ], "params": [ { "name": "filterId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieves a filter by ID" }, { "info": { "name": "Get list of filter options", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotio2.com/api/v2/filters/options", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get list of filter options" }, { "info": { "name": "Get list of shared filters", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotio2.com/api/v2/filters/shared", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get list of shared filters" } ] } ], "bundled": true }