# IP Allowlist

Manage IP allowlist settings to restrict workspace access to specific IP addresses or ranges.

## Get IP allowlist settings

 - [GET /ip_allowlist](https://developers.intercom.com/docs/references/2.14/rest-api/api.intercom.io/ip-allowlist/getipallowlist.md): Retrieve the current IP allowlist configuration for the workspace.

## Update IP allowlist settings

 - [PUT /ip_allowlist](https://developers.intercom.com/docs/references/2.14/rest-api/api.intercom.io/ip-allowlist/updateipallowlist.md): Update the IP allowlist configuration for the workspace.

{% admonition type="warning" name="Lockout Protection" %}
  The API will reject updates that would lock out the caller's IP address. Ensure your current IP is included in the allowlist when enabling the feature.
{% /admonition %}

