{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_accounts subpackage_actions API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_actions", "type": "folder" }, "items": [ { "info": { "name": "Get all actions for the space", "type": "http" }, "http": { "method": "GET", "url": "https://api.x.flatfile.com/v1/actions", "headers": [ { "name": "Authorization", "value": "" }, { "name": "X-Disable-Hooks", "value": "" } ], "params": [ { "name": "spaceId", "value": "", "type": "query", "description": "The Space ID for which to get the Actions." } ] }, "docs": "Get all actions for the space" }, { "info": { "name": "Create an action", "type": "http" }, "http": { "method": "POST", "url": "https://api.x.flatfile.com/v1/actions", "headers": [ { "name": "Authorization", "value": "" }, { "name": "X-Disable-Hooks", "value": "" } ], "params": [ { "name": "spaceId", "value": "", "type": "query", "description": "The Space ID for which to create the Action." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an action" }, { "info": { "name": "Create several actions", "type": "http" }, "http": { "method": "POST", "url": "https://api.x.flatfile.com/v1/actions/bulk", "headers": [ { "name": "Authorization", "value": "" }, { "name": "X-Disable-Hooks", "value": "" } ], "params": [ { "name": "spaceId", "value": "", "type": "query", "description": "The Space ID for which to create the Actions." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create several actions" }, { "info": { "name": "Get an action", "type": "http" }, "http": { "method": "GET", "url": "https://api.x.flatfile.com/v1/actions/:actionId", "headers": [ { "name": "Authorization", "value": "" }, { "name": "X-Disable-Hooks", "value": "" } ], "params": [ { "name": "actionId", "value": "", "type": "path", "description": "The id of the action to return" } ] }, "docs": "Get an action" }, { "info": { "name": "Update an action", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.x.flatfile.com/v1/actions/:actionId", "headers": [ { "name": "Authorization", "value": "" }, { "name": "X-Disable-Hooks", "value": "" } ], "params": [ { "name": "actionId", "value": "", "type": "path", "description": "The id of the action to patch" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an action" }, { "info": { "name": "Delete an action", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.x.flatfile.com/v1/actions/:actionId", "headers": [ { "name": "Authorization", "value": "" }, { "name": "X-Disable-Hooks", "value": "" } ], "params": [ { "name": "actionId", "value": "", "type": "path", "description": "The id of the action to delete" } ] }, "docs": "Delete an action" } ] } ], "bundled": true }