Discussions

Ask a Question
Back to All

Raw JSON Input Query param not working?

I set up a Raw JSON Input query param as below and tried to call the API from the published page but it returned everything not the ones I specified with query param.

https://example.endpoint.com/v1/path?q={"codes":["abc","efg"]}

I threw the same API call thru Postman and it did work ok. Any idea?