{ "opencollection": "1.0.0", "info": { "name": "Labguru Antibodies Companies API", "version": "v1" }, "items": [ { "info": { "name": "Companies", "type": "folder" }, "items": [ { "info": { "name": "List all companies in your account", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/companies", "params": [ { "name": "token", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query", "description": "the default call is with page = 1" }, { "name": "meta", "value": "", "type": "query", "description": " show summarized data information - true/false" } ] }, "docs": "List all companies in your account" }, { "info": { "name": "Add a company", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/companies", "body": { "type": "json", "data": "{}" } }, "docs": "Add a company" }, { "info": { "name": "Get company by id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/companies/:id", "params": [ { "name": "token", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path", "description": "company id" } ] }, "docs": "Get company by id" }, { "info": { "name": "Update company attributes", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/companies/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "company id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update company attributes" }, { "info": { "name": "Delete company", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/companies/:id", "params": [ { "name": "token", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path", "description": "company id" } ] }, "docs": "Delete company" } ] } ], "bundled": true }