{ "opencollection": "1.0.0", "info": { "name": "Tango RaaS Accounts Customers API", "version": "v2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "List customers", "type": "http" }, "http": { "method": "GET", "url": "https://api.tangocard.com/raas/v2/customers" }, "docs": "Retrieve a list of all platform customers." }, { "info": { "name": "Create a customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.tangocard.com/raas/v2/customers", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new platform customer." }, { "info": { "name": "Get a customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.tangocard.com/raas/v2/customers/:customerIdentifier", "params": [ { "name": "customerIdentifier", "value": "", "type": "path" } ] }, "docs": "Retrieve a single customer by identifier." } ] } ], "bundled": true }