Retrieve IP Access Restrictions
Retrieves the IP access restrictions configured for a specific Tenant.
Retrieves the IP access restrictions configured for a specific Tenant.
Authorization
M2MBearerToken AuthorizationBearer <token>
M2M Token for authentication
In: header
Response Body
application/json
application/json
curl -X GET "https://api.loginradius.com/v2/manage/restrictions/ip-access"{
"AllowedIPs": [
"string"
],
"DeniedIPs": [
"string"
]
}{
"Message": "Access Unauthorized",
"Description": "Access Unauthorized, please use valid authorization to access this endpoint.",
"ErrorCode": 6002
}