New to the API and Postman am I missing something?
Hey everyone,
Apologies in advance if this is a trivial or dumb question. I am very new to API's and postman. I have followed the Meraki docs and I still get a request timed out when I try to send and API call to get my orginization ID. I have imported the collection, and created the environment. I have my api key as a variable and the baseUrl and a variable https://api.meraki.com/api/v1 when I then go to the collection I don't see the get request that that the docs say to send (Get List the organizations) there is only Get List organizations that user has privileges on or Get Return an organization. Both requests time out. I have scrapped and reset this up a few times now and I am fairly confident I am doing this correctly thus far. I have full admin rights to my Org so thats not an issue. I have double checked the key is copying into the vairable values correctly. I do wonder if I should be using that URL (from the docs) as the base URL or would their be a specific URL to use for my org since I am not doing this with a sandbox? Any help would be appreciated I can certainly elaborate on my steps if someone thinks I may have missed something.
All of the headers or is there one specifically? When I looked I noticed the API key wasn't there even though it was in my environments variable, and got an error.
When I look at the headers after sending the call, I see the API key isn't there even though I have it in the variables of the environment. I am not sure why its not there. There is no header for GET URL, although the base URL is defined in the environment. the content type is "text/html; charset=utf-8"