List all IP allowlist entries

Returns a list of all IP allowlist entries.
Each entry can contain multiple allowed IP addresses or ranges of IP addresses.
If the IP allowlist is enabled in your organization settings, then only users with IP addresses on the allowlist can access your organization.

Required permission: View Settings

Path Params
uuid
required
^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$

ID of your ControlUp organization. You can find your organization ID on the API Key Management page in the DEX platform.

Query Params
int32
≥ 1
Defaults to 1

The page of results to return.
The first page is page number 1.

int32
≥ 1
Defaults to 10

The number of results returned per page.

string
enum
Defaults to id

Sorts results according to the specified field.

Allowed:
string
enum
Defaults to asc

The sort order (ascending / descending) of the field specified by the _sortBy parameter.

Allowed:
string

A search filter that is applied to all fields.
Only results that contain the specified string are returned.

string
enum
Defaults to json

The format of returned results.

Allowed:
allowlist
array of objects

A search filter on the allowlist field.

allowlist
description
array of strings

A search filter on the description field.

description
id
array of strings

A search filter on the id field.

id
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json