{ "info": { "_postman_id": "2159b465-97aa-4fb3-8b2c-e34c7ed02ef5", "name": "Amigo Account Network API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:01:35.000Z", "updatedAt": "2026-07-28T01:01:36.000Z", "lastUpdatedBy": "35240", "uid": "35240-2159b465-97aa-4fb3-8b2c-e34c7ed02ef5" }, "item": [ { "name": "v1", "item": [ { "name": "{workspace_id}", "item": [ { "name": "network", "item": [ { "name": "egress-ips", "item": [ { "name": "Get egress IP addresses", "id": "794caf12-d681-4b8a-a904-fce7d103552b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/network/egress-ips", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "network", "egress-ips" ], "variable": [ { "id": "fce0e7b5-9271-4d0b-8be5-f07ba03c031e", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "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)." }, "response": [ { "id": "74021800-5148-4491-ae99-d634686f3e8a", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/network/egress-ips", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "network", "egress-ips" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"egress_ips\": [\n \"\",\n \"\"\n ],\n \"region\": \"\",\n \"note\": \"\"\n}", "createdAt": "2026-07-28T01:01:36.000Z", "updatedAt": "2026-07-28T01:01:36.000Z", "uid": "35240-74021800-5148-4491-ae99-d634686f3e8a" }, { "id": "a3eb7f13-085e-4de4-a0c9-db98f25b923e", "name": "Rate limited", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/network/egress-ips", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "network", "egress-ips" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:36.000Z", "updatedAt": "2026-07-28T01:01:36.000Z", "uid": "35240-a3eb7f13-085e-4de4-a0c9-db98f25b923e" } ], "createdAt": "2026-07-28T01:01:36.000Z", "updatedAt": "2026-07-28T01:01:36.000Z", "uid": "35240-794caf12-d681-4b8a-a904-fce7d103552b" } ], "id": "6458b153-6bae-4c38-93f3-8ba902c11715", "createdAt": "2026-07-28T01:01:36.000Z", "updatedAt": "2026-07-28T01:01:36.000Z", "uid": "35240-6458b153-6bae-4c38-93f3-8ba902c11715" } ], "id": "1f394b7a-4f4e-465d-80a7-daa53b147bfd", "createdAt": "2026-07-28T01:01:36.000Z", "updatedAt": "2026-07-28T01:01:36.000Z", "uid": "35240-1f394b7a-4f4e-465d-80a7-daa53b147bfd" } ], "id": "792ad575-7936-4068-a8ca-eb443dbe4c74", "createdAt": "2026-07-28T01:01:36.000Z", "updatedAt": "2026-07-28T01:01:36.000Z", "uid": "35240-792ad575-7936-4068-a8ca-eb443dbe4c74" } ], "id": "83bbd444-9f36-4a1e-aaeb-64fc8dd978bd", "createdAt": "2026-07-28T01:01:36.000Z", "updatedAt": "2026-07-28T01:01:36.000Z", "uid": "35240-83bbd444-9f36-4a1e-aaeb-64fc8dd978bd" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.amigo.ai" } ] }