Hello
My issue is that with the same API key, when I request /collections endpoint with X-Api-Key in the request header, it works like fine. but when I do with apiKey parameter
GET https://api.getpostman.com/collections/?apiKey=myAPIKey
It responds with a 401 “message”: “Invalid API Key. Every request requires a valid API Key to be sent.”.
I made my api key in collection variables to ensure it is the same. can anyone point me to the issue here please ?
Hi @danny-dainton
Thank you !
I tried that with https://api.getpostman.com/collections?apiKey={{apiKey}}
And disabled then enabled the cookie jar but in vain
I don’t think it is related to Postman client. I tried the request in browser and with vs rest client, always in vain
could you try to reproduce it please ?
btw, all of that to make your newman slack bot work with the Postman API