# IP Allowlist

Manage IP allowlist settings for your workspace.

The IP Allowlist API allows you to configure which IP addresses are allowed to access the Intercom API and web application for your workspace. This is useful for restricting access to your Intercom workspace to specific corporate networks or VPNs.

{% admonition type="info" name="Authentication" %}
  This endpoint requires the `manage_ip_allowlist` OAuth scope.
{% /admonition %}


## Get IP allowlist settings

 - [GET /ip_allowlist](https://developers.intercom.com/docs/references/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/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 %}

