{ "opencollection": "1.0.0", "info": { "name": "Get on Board Applications Industries API", "version": "0.1.0" }, "items": [ { "info": { "name": "Industries", "type": "folder" }, "items": [ { "info": { "name": "List industries", "type": "http" }, "http": { "method": "GET", "url": "https://www.getonbrd.com/api/v0/industries", "params": [ { "name": "page", "value": "2", "type": "query", "description": "Page number, starting at 1." }, { "name": "per_page", "value": "1", "type": "query", "description": "Number of records per page. The default and maximum are usually 120 unless an endpoint documents a different behavior." } ] }, "docs": "List industries" } ] } ], "bundled": true }