How to inspect API request headers?

Hi,

I have a REST API Resource that uses AWS Authentication.

AWS Authentication adds auth-related headers (e.g., Authorization, X-Amz-Date, etc.) to API requests.

How do I inspect the API request to check the headers?

Thanks!
Jonathan

@jonathanmajor
Have you checked this reply already?? It's the response but you can see on the screenshot that there is another headers property in the same level of metadata. I believe that's what you are looking for.

1 Like

thank you!