Hi,
I’m getting an unexpected response when executing a GET request via HTTP.
I want to approach the API of a media buying platform. In order to use the API, you first need to get an authentication token by sending a PUT request with a username-password combination. This works perfectly fine and I’m able to retrieve a token. I then store this token in a variable for further use down the line. This token is to be used as a value in the header of a request (key = ‘Authorization’).
If I then send a GET request via Power Automate using the method I described:

I get an unexpected response body:

The status code that it’s returning is 200, so that seems to be fine.
Now, if I send the same GET request via Postman, I get the response I’m expecting:

I can’t spot any differences between my request in Postman and my request in my flow script.
I’m lost as to why I’m not getting the same response in my Flow as in Postman. Is there something I’m missing?
Thanks in advance,
Rocco