IP Restriction
The IP restriction feature limits access to the SaaSus console and API requests by IP address.
info
The IP restriction feature is available only to customers on the Advanced plan or higher.
Applying for IP Restriction
How to Apply
Please contact us via Intercom.
Application Details
Send us the CIDR list of IP addresses that you would like to allow for both the SaaSus console and the API.
SaaSus console
xxx.xxx.xxx.xxx/32, yyy.yyy.yyy.yyy/24
API
aaa.aaa.aaa.aaa/32, bbb.bbb.bbb.bbb/24
Behavior After IP Restriction Is Set
After setting up IP restrictions, access will be limited as follows:
-
If you attempt to log in from an IP address that is not on the list
-
If you attempt to access the API from an IP address that is not on the list
The API response body will be as follows:
{
"message": "IP address: xxx.xxx.xxx.xxx is not allowed",
"type": "ip_restricted"
}