{ "opencollection": "1.0.0", "info": { "name": "Mem0 API Docs agents organizations API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "organizations", "type": "folder" }, "items": [ { "info": { "name": "organizations_read", "type": "http" }, "http": { "method": "GET", "url": "https://api.mem0.ai/api/v1/orgs/organizations/" } }, { "info": { "name": "create_organization", "type": "http" }, "http": { "method": "POST", "url": "https://api.mem0.ai/api/v1/orgs/organizations/", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new organization." }, { "info": { "name": "get_organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.mem0.ai/api/v1/orgs/organizations/:org_id/", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The unique identifier of the organization" } ] }, "docs": "Get a organization." }, { "info": { "name": "Delete an organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mem0.ai/api/v1/orgs/organizations/:org_id/", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "Unique identifier of the organization to delete." } ] }, "docs": "Delete an organization by its ID." }, { "info": { "name": "Get organization members", "type": "http" }, "http": { "method": "GET", "url": "https://api.mem0.ai/api/v1/orgs/organizations/:org_id/members/", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "Unique identifier of the organization." } ] }, "docs": "Retrieve a list of members for a specific organization." }, { "info": { "name": "Add organization member", "type": "http" }, "http": { "method": "POST", "url": "https://api.mem0.ai/api/v1/orgs/organizations/:org_id/members/", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "Unique identifier of the organization." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a new member to a specific organization." }, { "info": { "name": "Update organization member role", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mem0.ai/api/v1/orgs/organizations/:org_id/members/", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "Unique identifier of the organization." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the role of an existing member in a specific organization." }, { "info": { "name": "Remove a member from the organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mem0.ai/api/v1/orgs/organizations/:org_id/members/", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "Unique identifier of the organization." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove a member from the organization" } ] } ], "bundled": true }