List allowed IP address ranges
List allowed IP address ranges.
Path parameters
organizationId
The ID of the Organization that you want to retrieve the list of IP addresses for.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
offset
The number of results to skip before returning values.
limit
The maximum number of results to return.
sorts
A list of field names to sort by, and whether to show results as ascending or descending. Formatted as <fieldName>:asc
or <fieldName>:desc
.
Response
OK
allowedIpAddressRanges
limit
The maximum number of allowed IP address ranges in one page.
offset
The offset of the current page of allowed IP address ranges.
totalCount
The total number of allowed IP address ranges.