{ "opencollection": "1.0.0", "info": { "name": "Get on Board Applications Tenant Cities API", "version": "0.1.0" }, "items": [ { "info": { "name": "Tenant Cities", "type": "folder" }, "items": [ { "info": { "name": "List tenant cities", "type": "http" }, "http": { "method": "GET", "url": "https://www.getonbrd.com/api/v0/cities", "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 tenant cities" } ] } ], "bundled": true }