Set IP Allowlist
You can prevent unauthorized API access by setting an allowed IP range in Settings > Developers. For example, you can limit the access to only your application backend by adding your hosting infrastructure's specific IP range(s). By default, all IP addresses will have access via your API key.
Format | Example |
---|---|
Classless Inter-Domain Routing (CIDR) notation | 40.77.183.32/27 |

Updated 2 months ago