Bubble IP address for API

I am using a API service that requires me to add my apps IP address to the whitelist .
I cant seem to find any resource for this.
Any help would be appreciated.

You’ll need an enterprise plan to get a static IP from Bubble if I remember correctly.

Common workaround is using a seperate service to act as a middle man that will interact with the external API and your Bubble app.

1 Like

DNS Domain, isn’t it?
just register your domain, if I understood correctly.

1 Like

Im on growth plan . How do i do this work around

Any API calls made from your Bubble app come from Bubble’s servers. Bubble of course will never share their IPs to users.

As mentioned i think enterprise plans can request for static IP. I can’t remember.

You can use any forward proxy services (that do what I described). I haven’t had any need to but if I did I would use Cloudflare’s Zero Trust since I’m already embedded into their ecosystem.

Anyway just look for one that fits your budget and something you can comfortably implement.