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 ?