{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_accounts subpackage_routines API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_routines", "type": "folder" }, "items": [ { "info": { "name": "List routines", "type": "http" }, "http": { "method": "GET", "url": "https://api.x.flatfile.com/v1/routines", "headers": [ { "name": "Authorization", "value": "" }, { "name": "X-Disable-Hooks", "value": "" } ], "params": [ { "name": "runbookId", "value": "", "type": "query" } ] }, "docs": "Returns a list of routines" }, { "info": { "name": "Create a routine", "type": "http" }, "http": { "method": "POST", "url": "https://api.x.flatfile.com/v1/routines", "headers": [ { "name": "Authorization", "value": "" }, { "name": "X-Disable-Hooks", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new routine" }, { "info": { "name": "Get a routine", "type": "http" }, "http": { "method": "GET", "url": "https://api.x.flatfile.com/v1/routines/:routineId", "headers": [ { "name": "Authorization", "value": "" }, { "name": "X-Disable-Hooks", "value": "" } ], "params": [ { "name": "routineId", "value": "", "type": "path" } ] }, "docs": "Returns a routine" }, { "info": { "name": "Update a routine", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.x.flatfile.com/v1/routines/:routineId", "headers": [ { "name": "Authorization", "value": "" }, { "name": "X-Disable-Hooks", "value": "" } ], "params": [ { "name": "routineId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a routine" }, { "info": { "name": "Delete a routine", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.x.flatfile.com/v1/routines/:routineId", "headers": [ { "name": "Authorization", "value": "" }, { "name": "X-Disable-Hooks", "value": "" } ], "params": [ { "name": "routineId", "value": "", "type": "path" } ] }, "docs": "Deletes a routine" } ] } ], "bundled": true }