For the complete documentation index, see llms.txt. This page is also available as Markdown.

Network

Get egress IP addresses

get

Get platform egress IP addresses for firewall allowlisting.

Returns the static IP addresses used by all outbound traffic from the platform. Customers should add these to their firewall allowlists to enable data source connectivity (EHR, FHIR stores, etc.).

Permissions: authenticated (any role).

Authorizations
AuthorizationstringRequired

API key issued via POST /v1/{workspace_id}/api-keys. Pass the returned api_key value as a Bearer token.

Path parameters
workspace_idstring · uuidRequired
Responses
200

Successful Response

application/json
egress_ipsstring[]Required
regionstringRequired
notestringRequired
get/v1/{workspace_id}/network/egress-ips

Last updated

Was this helpful?