Hi, is there any way to see the full request that was sent by OpenAPICaller? I struggle with a PUT request to api.avima.app and the Avima support team would like to se my full request.
Have you tried activating debug messages in the translation log? That should make the transformer log a lot more information.
A workaround could be to use the HTTPBin service, which will reply with both the headers and body it received. Point the OpenApiCaller to e.g. https://httpbin.org/put (make sure nothing other than parameters gets added after) and inspect the JSON response “data” attribute.
There is also https://www.postb.in/ that does something similar, but where the received data is displayed in a “private” page.
Just make sure not to send any sensitive data, crendentials or tokens to any of these.