This is based on the Postman documentation and some other stuff I saw online. I am able to use the same API key and uri to perform a get through Postman.
For automation reasons I would like to use Powershell. This is a piece of a bigger script that generates a random password and makes an update using a PUT. I have simplified it to what is seen below in the screenshot (including making it a GET) to make it easier to diagnose (hopefully).
![api err.PNG api err.PNG](https://community.meraki.com/t5/image/serverpage/image-id/32937i4D96FCB9A1ACD66A/image-size/large?v=v2&px=999)
Also, if the uri has https, then do I need the tls1.2 line (line 3)?
Thanks.