v28

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-263064641.4 MB
Portals IP Allow List

Get an IP allow list for a portal

Get an IP allow list for a portal.

get/v3/portals/{portalId}/ip-allow-list/{id}

Response

The portal's IP allow list configuration.

idstring uuid required

Contains a unique identifier used for this resource.

allowed_ipsstring[] required

The list of allowed ips for the portal.

Example response

{
  "id": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
  "allowed_ips": [
    "192.168.1.1",
    "192.168.1.0/22"
  ]
}