According to @tkilias the internal API should offer an API endpoint for obtaining your current ip ```shell curl -X "GET" \ "https://cloud-staging.exasol.com/api/v1/internal/my_ip" \ -H "accept: application/json" \ -H "Authorization: Bearer $SAAS_PAT" ```