{ "opencollection": "1.0.0", "info": { "name": "Pismo Accounts Customers API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "Create customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.pismo.io/customers/v1/customers", "body": { "type": "json", "data": "{}" } }, "docs": "Create customer" }, { "info": { "name": "Get customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.pismo.io/customers/v1/customers/:customerId", "params": [ { "name": "customerId", "value": "", "type": "path" } ] }, "docs": "Get customer" } ] } ], "bundled": true }