Forum Discussion
Thanks @tlikarish
yes , I need to pass the authorization token which will be used to call another service.
I read document. I would require to send it in JSON body in a POST request.
Api I am trying to build is GET . @tlikarish How to achieve it for GET request?
- darshthakkar4 years agoValued Contributor
@karthik_dhina: The solution has been provided by @bojanvelevski - trust me it works. If at all you do not want to use a mapper then you can always leverage some snaps like
filter
androuter
for the same but you’ll have to use a mapper after the results are filtered and assign the default value.Alternatively, you can also use
Conditional
snap to achieve similar use cases.
Related Content
- 5 years ago
- 2 years ago
- 3 years ago