{ "opencollection": "1.0.0", "info": { "name": "langfuse AnnotationQueues Organizations API", "version": "1.0" }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "organizations_getOrganizationMemberships", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/public/organizations/memberships", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get all memberships for the organization associated with the API key (requires organization-scoped API key)" }, { "info": { "name": "organizations_updateOrganizationMembership", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/public/organizations/memberships", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create or update a membership for the organization associated with the API key (requires organization-scoped API key)" }, { "info": { "name": "organizations_deleteOrganizationMembership", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/public/organizations/memberships", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a membership from the organization associated with the API key (requires organization-scoped API key)" }, { "info": { "name": "organizations_getProjectMemberships", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/public/projects/:projectId/memberships", "params": [ { "name": "projectId", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get all memberships for a specific project (requires organization-scoped API key)" }, { "info": { "name": "organizations_updateProjectMembership", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/public/projects/:projectId/memberships", "params": [ { "name": "projectId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create or update a membership for a specific project (requires organization-scoped API key). The user must already be a member of the organization." }, { "info": { "name": "organizations_deleteProjectMembership", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/public/projects/:projectId/memberships", "params": [ { "name": "projectId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a membership from a specific project (requires organization-scoped API key). The user must be a member of the organization." }, { "info": { "name": "organizations_getOrganizationProjects", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/public/organizations/projects", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get all projects for the organization associated with the API key (requires organization-scoped API key)" }, { "info": { "name": "organizations_getOrganizationApiKeys", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/public/organizations/apiKeys", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get all API keys for the organization associated with the API key (requires organization-scoped API key)" } ] } ], "bundled": true }