{ "opencollection": "1.0.0", "info": { "name": "Zesty Accounts Apps Bins API", "version": "1.0.0" }, "items": [ { "info": { "name": "Bins", "type": "folder" }, "items": [ { "info": { "name": "Zesty List all media bins", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.api.zesty.io/v1/bins", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns a list of all media bins accessible to the authenticated user. Bins are top-level containers for organizing media files." }, { "info": { "name": "Zesty Create a media bin", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.api.zesty.io/v1/bins", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Creates a new media bin for organizing files." }, { "info": { "name": "Zesty Get a media bin", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.api.zesty.io/v1/bins/:binZUID", "params": [ { "name": "binZUID", "value": "", "type": "path", "description": "The ZUID of the media bin." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns details for a specific media bin." }, { "info": { "name": "Zesty Update a media bin", "type": "http" }, "http": { "method": "PUT", "url": "https://accounts.api.zesty.io/v1/bins/:binZUID", "params": [ { "name": "binZUID", "value": "", "type": "path", "description": "The ZUID of the media bin." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates the details of a specific media bin." }, { "info": { "name": "Zesty Delete a media bin", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.api.zesty.io/v1/bins/:binZUID", "params": [ { "name": "binZUID", "value": "", "type": "path", "description": "The ZUID of the media bin." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Deletes a specific media bin and all its contents." } ] } ], "bundled": true }