v4

latestOpenAPI 3.0.32026-08-0161180264.4 KB
integrations
proxy

Get secure_proxy whitelist (admin portal only)

Returns the current allowed_domains, allowed_ips, and vpc_mode for a secure_proxy use case. Staff-only — gated by internal-auth issuer AND admin-portal Cognito user pool membership. Rejects Login-As tokens.

get/v2/integrations/{integrationId}/use-cases/{useCaseId}/secure-proxy-whitelist

Path parameters

integrationIdstring uuid required

The integration ID

useCaseIdstring uuid required

The use case ID

Response

Current whitelist

vpc_mode'static_ip' | 'secure_link' nullable required

VPC routing mode (read-only). null if not yet set.

allowed_domainsstring[] required

Exact domain ("api.example.com") or wildcard prefix ("*.example.com"). Wildcards must have at least 2 labels in the suffix.

allowed_ipsstring[] required

CIDR-notation IP ranges, e.g. "10.0.0.0/24".