Skip to content
English
  • There are no suggestions because the search field is empty.

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

  1. Navigate to Developer in the left sidebar.
  2. Go to the API Security section.
  3. Add IP addresses or CIDR ranges to your allowlist.
  4. Save your configuration.

Screenshot 2026-05-19 at 14.34.16

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).