{ "opencollection": "1.0.0", "info": { "name": "Amigo Account Network API", "version": "0.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Network", "type": "folder" }, "items": [ { "info": { "name": "Get egress IP addresses", "type": "http" }, "http": { "method": "GET", "url": "https://api.amigo.ai/v1/:workspace_id/network/egress-ips", "params": [ { "name": "workspace_id", "value": "", "type": "path" } ] }, "docs": "Get platform egress IP addresses for firewall allowlisting.\n\nReturns the static IP addresses used by all outbound traffic from the\nplatform. Customers should add these to their firewall allowlists to\nenable data source connectivity (EHR, FHIR stores, etc.).\n\nPermissions: authenticated (any role)." } ] } ], "bundled": true }