Restricting API Access by IP
Configure IP allowlists for API security
Restricting API Access by IP
Limit which IP addresses can use your API credentials for additional security.
Where to Find It
Path: Left sidebar → Developer → API Security
Direct URL: /developer/api-security
What It Does
IP restrictions let you create an allowlist of IP addresses that are permitted to make API calls with your credentials. Requests from any other IP will be rejected.
Step-by-Step
- Navigate to Developer in the left sidebar.
- Go to the API Security section.
- Add IP addresses or CIDR ranges to your allowlist.
- Save your configuration.

Important Notes
- If you lock yourself out by misconfiguring IP restrictions, you can still manage them via the dashboard (which uses a separate authentication flow).
- Consider adding your office IP, VPN exit nodes, and server IPs.
- Use CIDR notation for ranges (e.g.,
192.168.1.0/24).