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