Skip to main content
Question

See full Request Body sent by OpenAPICaller

  • March 26, 2026
  • 1 reply
  • 24 views

akesoderqvist
Contributor
Forum|alt.badge.img+8

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. 

Thanks

 

1 reply

david_r
Celebrity
  • March 26, 2026

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.