I want to setup an event handler that checks if the API request comes from my app by sending a unique code with all apis that identifies that the API was triggered from my app by sending a unique code from my app in headers.
so far no problem, the goal is if the API request is coming without the uniqueID I want to redirect to another link. in this case the link is either the landing page or app store link to my app
how do I return a redirect to external URL response in backendless ?