{ "opencollection": "1.0.0", "info": { "name": "GC AI External Chat Utility API", "version": "1.0.0" }, "items": [ { "info": { "name": "Utility", "type": "folder" }, "items": [ { "info": { "name": "Health check", "type": "http" }, "http": { "method": "GET", "url": "https://app.gc.ai/api/external/v1/ping", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns a simple health check response. Useful for verifying API key validity and connectivity." } ] } ], "bundled": true }