{ "opencollection": "1.0.0", "info": { "name": "Airwallex Open Authentication Customers API", "version": "v1" }, "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.airwallex.com/api/v1/pa/customers/create" }, "docs": "Create customer" }, { "info": { "name": "Retrieve customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.airwallex.com/api/v1/pa/customers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve customer" } ] } ], "bundled": true }