{ "opencollection": "1.0.0", "info": { "name": "Pinecone Admin API Keys Organizations API", "version": "2025-10" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List organizations", "type": "http" }, "http": { "method": "GET", "url": "https://api.pinecone.io/admin/organizations", "headers": [ { "name": "X-Pinecone-Api-Version", "value": "" } ] }, "docs": "List all organizations associated with an account." }, { "info": { "name": "Get organization details", "type": "http" }, "http": { "method": "GET", "url": "https://api.pinecone.io/admin/organizations/:organization_id", "headers": [ { "name": "X-Pinecone-Api-Version", "value": "" } ], "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "Organization ID" } ] }, "docs": "Get details about an organization." }, { "info": { "name": "Update an organization", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.pinecone.io/admin/organizations/:organization_id", "headers": [ { "name": "X-Pinecone-Api-Version", "value": "" } ], "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "Organization ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an organization's name.\n" }, { "info": { "name": "Delete an organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.pinecone.io/admin/organizations/:organization_id", "headers": [ { "name": "X-Pinecone-Api-Version", "value": "" } ], "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "Organization ID" } ] }, "docs": "Delete an organization and all its associated configuration.\nBefore deleting an organization, you must delete all projects (including indexes, assistants, backups, and collections) associated with the organization.\n" } ] } ], "bundled": true }