C#C
C#15mo ago
8 replies
surwren

What is the quickest way to copy API structures (headers, payload, response) from browser inspector?

As per title. I'm calling an API that a different react app also calls, and it would be nice to see what structure they use for their payload/responses at a glance, particularly since some of the SWAGGER information is in a different language I am not fluent in.

Right now I am manually selecting and copy + pasting (headers, payload, response), what is a faster or more sane way of going about this?
image.png
Was this page helpful?