{ "opencollection": "1.0.0", "info": { "name": "VSCO Workspace Brands Quotes API", "version": "v2.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Quotes", "type": "folder" }, "items": [ { "info": { "name": "Get a list of quotes", "type": "http" }, "http": { "method": "GET", "url": "https://tave.io/v2/quote", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page of results to return." }, { "name": "pageSize", "value": "", "type": "query", "description": "Number of results per page to return in the collection." }, { "name": "sortBy", "value": "", "type": "query", "description": "Sort items in the collection by the given property." } ] }, "docs": "Get a list of quotes" }, { "info": { "name": "Get a specific Quote", "type": "http" }, "http": { "method": "GET", "url": "https://tave.io/v2/quote/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ULID to perform an action on." } ] }, "docs": "Get a specific Quote" } ] } ], "bundled": true }