{ "opencollection": "1.0.0", "info": { "name": "OpenAI Assistants Organization API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organization", "type": "folder" }, "items": [ { "info": { "name": "List organization API keys", "type": "http" }, "http": { "method": "GET", "url": "https://api.openai.com/v1/organization/admin_api_keys", "params": [ { "name": "after", "value": "", "type": "query" }, { "name": "order", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Retrieve a paginated list of organization admin API keys." }, { "info": { "name": "Create an organization admin API key", "type": "http" }, "http": { "method": "POST", "url": "https://api.openai.com/v1/organization/admin_api_keys", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new admin-level API key for the organization." }, { "info": { "name": "Retrieve a single organization API key", "type": "http" }, "http": { "method": "GET", "url": "https://api.openai.com/v1/organization/admin_api_keys/:key_id", "params": [ { "name": "key_id", "value": "", "type": "path" } ] }, "docs": "Get details for a specific organization API key by its ID." }, { "info": { "name": "Delete an organization admin API key", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.openai.com/v1/organization/admin_api_keys/:key_id", "params": [ { "name": "key_id", "value": "", "type": "path" } ] }, "docs": "Delete the specified admin API key." } ] } ], "bundled": true }