{ "opencollection": "1.0.0", "info": { "name": "Companies AI Embed Groups API", "version": "v296.0-SNAPSHOT" }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Create a new group", "type": "http" }, "http": { "method": "POST", "url": "https://marketplace.appdirect.com/api/api/v1/groups", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new group with the specified details." }, { "info": { "name": "Update a group", "type": "http" }, "http": { "method": "PUT", "url": "https://marketplace.appdirect.com/api/api/v1/groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The unique identifier of the group to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the details of a specific group and manages its member list." }, { "info": { "name": "Delete a group", "type": "http" }, "http": { "method": "DELETE", "url": "https://marketplace.appdirect.com/api/api/v1/groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The unique identifier of the group to delete." } ] }, "docs": "Deletes the group with the specified identifier." }, { "info": { "name": "Leave a group", "type": "http" }, "http": { "method": "PUT", "url": "https://marketplace.appdirect.com/api/api/v1/groups/:groupId/leave", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The unique identifier of the group to leave." } ] }, "docs": "Allows the current user to leave the group specified by the groupId." }, { "info": { "name": "Get groups of the current user", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/api/v1/me/groups" }, "docs": "Retrieves a list of groups associated with the current user." } ] } ], "bundled": true }