{ "opencollection": "1.0.0", "info": { "name": "MX Platform Generate API", "version": "0.1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Generate", "type": "folder" }, "items": [ { "info": { "name": "Auto-generate budgets", "type": "http" }, "http": { "method": "POST", "url": "https://api.mx.com/users/:user_guid/budgets/generate", "params": [ { "name": "user_guid", "value": "", "type": "path", "description": "The unique identifier for the user. Defined by MX." } ] }, "docs": "This endpoint will automatically create budgets for several categories based on existing transactions; these budgets are returned as an array. Specifically, budgets will only be generated if the `user` has at least one `transaction` in a given category during each of the two previous calendar months. For example, if the request is made on March 6, and there is at least one \"Bills & Utilities\" `transaction` in both January and February, a budget will be generated for \"Bills & Utilities.\" If there" } ] } ], "bundled": true }