{ "opencollection": "1.0.0", "info": { "name": "Science Exchange Providers addresses quote_versions API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "access_token", "value": "{{access_token}}", "placement": "query" } }, "items": [ { "info": { "name": "quote_versions", "type": "folder" }, "items": [ { "info": { "name": "List quote versions", "type": "http" }, "http": { "method": "GET", "url": "https://www.scienceexchange.com/api/providers/v1/quote_versions" }, "docs": "Returns the collection of quote versions visible to the authenticated provider." }, { "info": { "name": "Get a quote version", "type": "http" }, "http": { "method": "GET", "url": "https://www.scienceexchange.com/api/providers/v1/quote_versions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The quote version identifier." } ] }, "docs": "Returns a single quote version by its identifier." } ] } ], "bundled": true }