IP Restriction
The IP restriction feature limits access to the SaaSus console and API requests by IP address.
warning
The IP Restriction feature is not available for customers on the legacy Starter or Standard plans.
To use this feature, you need to change to a new pricing plan.
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 Platform Console and the API.
SaaSus Platform 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"
}