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.
Example response
{
"id": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
"allowed_ips": [
"192.168.1.1",
"192.168.1.0/22"
]
}