Solved: Access JSON that is a reply to a HTTP post request


#1

I’m using a HTTP POST reqeust to get the live power reading from a Tibber Pulse device that is plugged into my Electricity Meter. This is supposed to give a JSON object as a response.
I Cant figure out where, or if, the response is stored?

Solution:
Turns out after at HTTP request the response is stored in $response.


#2

This is one example of using the JSON object returned from a web request. However, it’s using a GET, not a POST.