{ "opencollection": "1.0.0", "info": { "name": "GoCardless REST billing_request_flows customers API", "version": "2015-07-06" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "customers", "type": "folder" }, "items": [ { "info": { "name": "List customers", "type": "http" }, "http": { "method": "GET", "url": "https://api.gocardless.com/customers" }, "docs": "List customers" }, { "info": { "name": "Create a customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.gocardless.com/customers" }, "docs": "Create a customer" }, { "info": { "name": "Get a customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.gocardless.com/customers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a customer" }, { "info": { "name": "Update a customer", "type": "http" }, "http": { "method": "PUT", "url": "https://api.gocardless.com/customers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update a customer" } ] } ], "bundled": true }