Forum Discussion

eric_the_tester's avatar
eric_the_tester
Occasional Contributor
4 years ago

Route request but return mocked response

I have a request that needs to be routed to the actual live api because the api invokes some backend logic needed to continue a workflow.

 

However, I would still like to return a mocked response. Is there a straight forward way to have the request still be routed but return a mocked response?