Skip to main content
Solved

See full Request Body sent by OpenAPICaller

  • March 26, 2026
  • 2 replies
  • 68 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

 

Best answer by david_r

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

david_r
Celebrity
  • Best Answer
  • 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.


akesoderqvist
Contributor
Forum|alt.badge.img+8
  • Author
  • Contributor
  • March 30, 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.

This helped med achive what i wanted, thank you :)