IPAllowlists
API endpoints for ipallowlists
Manage the IP allowlist.
When enabled, the IP allowlist restricts authenticated traffic from the dashboard, public API and mobile app.
The ipallowlist object
A list of IP addresses or CIDR prefixes to allow
Example:
[
{
"label": "London HQ",
"value": "192.0.2.0"
}
]Whether this IP allowlist is enabled or not
Example:
true
The version of this IP allowlist
Example:
1
The time this allowlist was last updated
Example:
"2021-08-17T13:28:57.801578Z"