{ "opencollection": "1.0.0", "info": { "name": "Fudo Customers API", "version": "v1alpha1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "Get customers", "type": "http" }, "http": { "method": "GET", "url": "https://api.fu.do/v1alpha1/customers", "params": [ { "name": "filter", "value": "", "type": "query", "description": "Object in the form of filter[column]=value." }, { "name": "page", "value": "", "type": "query", "description": "Page number and size." }, { "name": "sort", "value": "", "type": "query", "description": "Comma-separated list. See pattern for possible values." } ] }, "docs": "Get customers" }, { "info": { "name": "Create customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.fu.do/v1alpha1/customers", "body": { "type": "json", "data": "{}" } }, "docs": "Create customer" }, { "info": { "name": "Get customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.fu.do/v1alpha1/customers/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "filter", "value": "", "type": "query", "description": "Object in the form of filter[column]=value." } ] }, "docs": "Get customer" }, { "info": { "name": "Update customer", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.fu.do/v1alpha1/customers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update customer" }, { "info": { "name": "Delete customer", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fu.do/v1alpha1/customers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete customer" } ] } ], "bundled": true }