Modify an IP allowlist

Modifies the IP allowlist for the specified API client. When used, the allowlist specifies the range of IP addresses that can use the client when calling Identity Cloud APIs, By default, IP allowlists are set to ["0.0.0.0"], allowing access to the client from any IP address.

Form Data
string

Access token or refresh token you want to inspect.

whitelist
array of strings

CIDR blocks that can access the API client. CIDR addresses use IP address/network mask notation to specify a range of IP addresses. For example, 192.168.0.0/30 refers to the IP addresses 192.168.0.0, 192.168.0.1, 192.168.0.2, and 192.168.0.3.

whitelist
Response

Response body
object
string

Indicates the status of the operation.

OK ERROR FAIL

Language
Authentication
URL