Portals IP Allow List
Create an IP allow list for a portal
Create an IP allow list for a portal.
post/v3/portals/{portalId}/ip-allow-list
Request body
Example request
{
"allowed_ips": [
"192.168.1.1",
"192.168.1.0/22"
]
}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"
]
}