{ "opencollection": "1.0.0", "info": { "name": "Zesty Accounts Apps Content Models API", "version": "1.0.0" }, "items": [ { "info": { "name": "Content Models", "type": "folder" }, "items": [ { "info": { "name": "Zesty List all content models", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.api.zesty.io/v1/content/models", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns a list of all content models defined in the instance." }, { "info": { "name": "Zesty Create a content model", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.api.zesty.io/v1/content/models", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Creates a new content model in the instance." }, { "info": { "name": "Zesty Get a content model", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.api.zesty.io/v1/content/models/:modelZUID", "params": [ { "name": "modelZUID", "value": "", "type": "path", "description": "The ZUID of the content model." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns details for a specific content model including its fields." }, { "info": { "name": "Zesty Update a content model", "type": "http" }, "http": { "method": "PUT", "url": "https://accounts.api.zesty.io/v1/content/models/:modelZUID", "params": [ { "name": "modelZUID", "value": "", "type": "path", "description": "The ZUID of the content model." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates the details of a specific content model." }, { "info": { "name": "Zesty Delete a content model", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.api.zesty.io/v1/content/models/:modelZUID", "params": [ { "name": "modelZUID", "value": "", "type": "path", "description": "The ZUID of the content model." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Deletes a specific content model and its associated data." } ] } ], "bundled": true }