I am using key value mapping for retrieving some details needed for my application. But the number of keys will be increased in few months. So I am planning to use Baas for storing these values. Is it possible to retrieve data from api Baas in my api proxy? If so, how can I do that?
I want those values in my Proxy endpoint preflow. Based on that value that I retrieve from api Baas I will do some operations such as setting header values and setting up quota limits.