I have created a Jira PAT, and am able to use it successfully in Postman to get the results of a search filter. However, when I transfer this same GET to HTTP (for use in Microsoft Flow), I get this returned in the body and nothing else:
<html>
<head><title>302 Found</title></head>
<body>
<center><h1>302 Found</h1></center>
</body>
</html>
I'm not super familiar with PATs or HTTP GETs, but my Googling tells me there's some kind of authentication step I'm missing. I'm passing the PAT as a bearer token in the header as "Authorization" but nothing else. Can anyone help me figure out what I'm missing or doing wrong? Is it reasonable to expect to be able to do an HTTP GET with PATs?
Thank you all!