{ "opencollection": "1.0.0", "info": { "name": "Galileo API Server annotation provider-management-api-integrations API", "version": "1.1085.0" }, "items": [ { "info": { "name": "provider-management-api-integrations", "type": "folder" }, "items": [ { "info": { "name": "List Provider Management Api Integrations", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/provider-management-api-integrations", "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "List Provider Management Api Integrations" }, { "info": { "name": "Create Provider Management Api Integration", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/provider-management-api-integrations", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Create Provider Management Api Integration" }, { "info": { "name": "Get Provider Management Api Integration", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/provider-management-api-integrations/:provider_management_api_id", "params": [ { "name": "provider_management_api_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Get Provider Management Api Integration" }, { "info": { "name": "Update Provider Management Api Integration Metadata", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.galileo.ai/provider-management-api-integrations/:provider_management_api_id", "params": [ { "name": "provider_management_api_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Update Provider Management Api Integration Metadata" }, { "info": { "name": "Delete Provider Management Api Integration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/provider-management-api-integrations/:provider_management_api_id", "params": [ { "name": "provider_management_api_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Delete Provider Management Api Integration" } ] } ], "bundled": true }