{ "opencollection": "1.0.0", "info": { "name": "Tradify API (Modeled - Not an Official Public API) Customers API", "version": "0.0-modeled" }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "List customers (modeled)", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/customers" }, "docs": "MODELED - not a confirmed public endpoint." }, { "info": { "name": "Create a customer (modeled)", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/customers", "body": { "type": "json", "data": "{}" } }, "docs": "MODELED - not a confirmed public endpoint." } ] } ], "bundled": true }