How to find IP address of my app?

Hello team,

I have linked my app to a custom domain and added every DNS records and verified it.
I’m trying integrate an API which requires IP address whitelisted in their site. But I couldn’t find my App’s IP address in the bubble editor. Even though I have whitelisted my domains IP address it is showing error for the same.

  1. I need help in Identifying the IP address of my bubble app
  2. Will it be static and dynamic?. If dynamic how Identify it.

Thanks in advance

1 Like

Hey anax.sriram,
Add an GET api call to https://api.ipify.org?format=json and initialize it, you’ll get back the address in the reply.
However, I don’t think there is a guarantee that it is static :pensive:

Do we know if it’s static yet? I also need to do this with our app.