{ "opencollection": "1.0.0", "info": { "name": "Togai Apis Accounts AddOns API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "AddOns", "type": "folder" }, "items": [ { "info": { "name": "List AddOns", "type": "http" }, "http": { "method": "GET", "url": "https://api.togai.com/addons", "params": [ { "name": "status", "value": "", "type": "query", "description": "Filter by status\n" }, { "name": "nextToken", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "Get a list of add-ons" }, { "info": { "name": "Create an AddOn", "type": "http" }, "http": { "method": "POST", "url": "https://api.togai.com/addons", "body": { "type": "json", "data": "{}" } }, "docs": "Create an AddOn" }, { "info": { "name": "Get an Addon", "type": "http" }, "http": { "method": "GET", "url": "https://api.togai.com/addons/:addon_id", "params": [ { "name": "addon_id", "value": "", "type": "path" } ] }, "docs": "Get details of an addon" }, { "info": { "name": "Update an Addon", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.togai.com/addons/:addon_id", "params": [ { "name": "addon_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing addon\n" }, { "info": { "name": "Delete an Addon", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.togai.com/addons/:addon_id", "params": [ { "name": "addon_id", "value": "", "type": "path" } ] }, "docs": "Archive an addOn" } ] } ], "bundled": true }