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