List allowed IP address ranges

List allowed IP address ranges.

Path parameters

organizationIdstringRequired
The ID of the Organization that you want to retrieve the list of IP addresses for.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

offsetintegerOptional>=0Defaults to 0
The number of results to skip before returning values.
limitintegerOptional>=0Defaults to 20
The maximum number of results to return.
sortslist of enumsOptional

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
allowedIpAddressRangeslist of objects
limitinteger
The maximum number of allowed IP address ranges in one page.
offsetinteger
The offset of the current page of allowed IP address ranges.
totalCountinteger
The total number of allowed IP address ranges.

Errors