Best approach for passing objects into router?

Hey all. I’m after some input as to the best way to structure my approach.

I have a form that hits a third-party API, and I want to be able to access the returned object within the routes. I’m resolving yet anther API based on the results from the call.

What would be considered the best practice way to tackle this? Thanks!