{ "opencollection": "1.0.0", "info": { "name": "Zesty Accounts Apps Groups API", "version": "1.0.0" }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Zesty List all media groups", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.api.zesty.io/v1/groups", "params": [ { "name": "binZUID", "value": "", "type": "query", "description": "Filter groups by bin ZUID." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns a list of all media groups (folders) for organizing files within bins." }, { "info": { "name": "Zesty Create a media group", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.api.zesty.io/v1/groups", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Creates a new media group (folder) within a bin." }, { "info": { "name": "Zesty Get a media group", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.api.zesty.io/v1/groups/:groupZUID", "params": [ { "name": "groupZUID", "value": "", "type": "path", "description": "The ZUID of the group." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns details for a specific media group." }, { "info": { "name": "Zesty Update a media group", "type": "http" }, "http": { "method": "PUT", "url": "https://accounts.api.zesty.io/v1/groups/:groupZUID", "params": [ { "name": "groupZUID", "value": "", "type": "path", "description": "The ZUID of the group." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates the details of a specific media group." }, { "info": { "name": "Zesty Delete a media group", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.api.zesty.io/v1/groups/:groupZUID", "params": [ { "name": "groupZUID", "value": "", "type": "path", "description": "The ZUID of the group." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Deletes a specific media group." } ] } ], "bundled": true }