Retrieves a paginated list of all IP scopes for the customer
https://{server-hostname}:8383/dcapi/som/ip-scopes
SOM.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/dcapi/som/ip-scopes \
--header 'Accept: application/allIPScopeDetails.v1+json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Array of IP scope objects. Each object contains the boundary definition (range or subnet) and its associated remote office
Unique identifier of the IP scope boundary
Identifier of the remote office this IP scope is assigned to. Fetch details of the remote office from this api
Type of IP scope definition: 'range' (start-to-end IP address range) or 'subnet' (network address with subnet mask)
Subnet class classification (A, B, or C) based on the network address. Present only when ipScopeType is 'subnet'
Indicates the network address of the subnet (for example, 192.168.1.0). Present only when ipScopeType is 'subnet'
Subnet mask for the network (e.g., '255.255.255.0'). Present only when ipScopeType is 'subnet'
Indicates the starting IP address of the configured range (for example, 10.0.0.1). Present only when ipScopeType is 'range'
Indicates the ending IP address of the configured range (for example, 10.0.0.254). Present only when ipScopeType is 'range'
Administrator-provided description for the IP scope.
IP scopes found
{
"ipScopes": [
{
"boundaryID": 1,
"description": "HQ Network Range",
"remoteOfficeID": 101,
"ipScopeType": "range",
"startIPAddress": "192.168.1.1",
"endIPAddress": "192.168.1.254"
}
]
}
204 No Content![]()
Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.