<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: New To Using API in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412401#M2175</link>
    <description>&lt;P&gt;That doesn't look right. Key should be "&lt;SPAN&gt;X-Cisco-Meraki-API-Key".&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jun 2018 14:46:35 GMT</pubDate>
    <dc:creator>jdsilva</dc:creator>
    <dc:date>2018-06-27T14:46:35Z</dc:date>
    <item>
      <title>New To Using API</title>
      <link>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412394#M2168</link>
      <description>&lt;P&gt;Hey Everyone!&lt;/P&gt;&lt;P&gt;Complete newb, and new to using API's.  Using Postman, and made it through the Meraki lab pretty decently; however, to run commands against our organizations, networks, etc. what is the proper URL for the GET command?  I have the OrgID, and tried using basic Auth, but I still receive 404 Error message?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 13:15:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412394#M2168</guid>
      <dc:creator>Marine4Line92</dc:creator>
      <dc:date>2018-06-27T13:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: New To Using API</title>
      <link>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412395#M2169</link>
      <description>&lt;P&gt;My preferred method is to test a query in postman.  Once I'm getting the desired result I then click the small orange 'Code' link in the top right of postman and it'll bring up a box.  Then you can click the drop-down and select the language you want to use (HTTP, Python, PHP, Java, etc...) and it'll generate a code snippet for you to use.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/262025iADA63A01CA4DDA8E/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 13:22:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412395#M2169</guid>
      <dc:creator>simple818</dc:creator>
      <dc:date>2018-06-27T13:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: New To Using API</title>
      <link>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412396#M2170</link>
      <description>&lt;P&gt;I appreciate the tip, but still having trouble accessing our organizations, and networks.  No matter what I enter, I'm constantly returning a 404.  Should I be using &lt;A href="https://dashboard.meraki.com/api/v0" target="_blank" rel="nofollow noopener noreferrer"&gt;https://dashboard.meraki.com/api/v0&lt;/A&gt; or &lt;A href="https://api.meraki.com/api/v0? " target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.meraki.com/api/v0? &lt;/A&gt; This is where my hangup is.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 13:42:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412396#M2170</guid>
      <dc:creator>Marine4Line92</dc:creator>
      <dc:date>2018-06-27T13:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: New To Using API</title>
      <link>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412397#M2171</link>
      <description>&lt;P&gt;Based on the documentation I would say you need to use the &lt;A href="https://api.meraki.com/api/v0?%C2%A0" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.meraki.com/api/v0? &lt;/A&gt; address.&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.meraki.com/zGeneral_Administration/Other_Topics/The_Cisco_Meraki_Dashboard_API" target="_blank" rel="nofollow noopener noreferrer"&gt;https://documentation.meraki.com/zGeneral_Administration/Other_Topics/The_Cisco_Meraki_Dashboard_API&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Actually this is even better documentation on how to get setup to use the API.&lt;/P&gt;&lt;P&gt;&lt;A href="https://create.meraki.io/build/meraki-postman-collection-getting-started/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://create.meraki.io/build/meraki-postman-collection-getting-started/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 14:02:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412397#M2171</guid>
      <dc:creator>vassallon</dc:creator>
      <dc:date>2018-06-27T14:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: New To Using API</title>
      <link>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412398#M2172</link>
      <description>&lt;P&gt;I'll throw this out there too just in case it's relevant.&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.meraki.com/zGeneral_Administration/Other_Topics/The_Cisco_Meraki_Dashboard_API#Status_and_Error_Codes" target="_blank" rel="nofollow noopener noreferrer"&gt;https://documentation.meraki.com/zGeneral_Administration/Other_Topics/The_Cisco_Meraki_Dashboard_API#Status_and_Error_Codes&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;404: Not found- &lt;/STRONG&gt;&lt;SPAN&gt;No such URL, or you don't have access to the API or organization at all&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you're getting a 404 you may have the correct URL but you may not be using the correct API key, or you're sending it incorrectly. If you are using  &lt;A href="https://api.meraki.com/api/v0?%C2%A0" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.meraki.com/api/v0?&lt;/A&gt; and still getting a 404 then check this.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 14:21:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412398#M2172</guid>
      <dc:creator>jdsilva</dc:creator>
      <dc:date>2018-06-27T14:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: New To Using API</title>
      <link>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412399#M2173</link>
      <description>&lt;P&gt;I believe you need to verify that you have the API enabled in the organization and that you are using the correct API key.  I've seen both of these give 404 errors with the API.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 14:25:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412399#M2173</guid>
      <dc:creator>luke11</dc:creator>
      <dc:date>2018-06-27T14:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: New To Using API</title>
      <link>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412400#M2174</link>
      <description>&lt;P&gt;I have full access administrative privileges, so I know that's not the issue.  I'm using the following GET string:&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.meraki.com/api/v0/organizations" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.meraki.com/api/v0/organizations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Headers:&lt;/P&gt;&lt;P&gt;Key: x-api-key&lt;/P&gt;&lt;P&gt;Value:  &amp;lt;my api key&amp;gt;&lt;/P&gt;&lt;P&gt;Key: Content-Type&lt;/P&gt;&lt;P&gt;Value: application/json&lt;/P&gt;&lt;P&gt;Authorization is set to: inherit auth from parent&lt;/P&gt;&lt;P&gt;I'm wondering if this needs to be changed to Basic Auth and enter my username &amp;amp; password, but when I do that, there's no change in the output.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 14:44:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412400#M2174</guid>
      <dc:creator>Marine4Line92</dc:creator>
      <dc:date>2018-06-27T14:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: New To Using API</title>
      <link>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412401#M2175</link>
      <description>&lt;P&gt;That doesn't look right. Key should be "&lt;SPAN&gt;X-Cisco-Meraki-API-Key".&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 14:46:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412401#M2175</guid>
      <dc:creator>jdsilva</dc:creator>
      <dc:date>2018-06-27T14:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: New To Using API</title>
      <link>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412402#M2176</link>
      <description>&lt;P&gt;And that was the issue!!  &lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 14:48:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412402#M2176</guid>
      <dc:creator>Marine4Line92</dc:creator>
      <dc:date>2018-06-27T14:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: New To Using API</title>
      <link>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412403#M2177</link>
      <description>&lt;P&gt;Auth should be "no auth" - at least that's what I use. &lt;/P&gt;&lt;P&gt;Just because you have full admin privilege, doesn't mean you have API access.  You have to enable that separately under Organization-&amp;gt;Settings, I believe.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 14:48:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412403#M2177</guid>
      <dc:creator>luke11</dc:creator>
      <dc:date>2018-06-27T14:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: New To Using API</title>
      <link>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412404#M2178</link>
      <description>&lt;P&gt;Woohoo!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 14:48:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412404#M2178</guid>
      <dc:creator>jdsilva</dc:creator>
      <dc:date>2018-06-27T14:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: New To Using API</title>
      <link>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412405#M2179</link>
      <description>&lt;P&gt;Good eye &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/262"&gt;@jdsilva&lt;/A&gt;&lt;/P&gt;&lt;P&gt;My original screenshot had the right variables for reference as well. The only things I changed was the xxx for security. &lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 15:37:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412405#M2179</guid>
      <dc:creator>simple818</dc:creator>
      <dc:date>2018-06-27T15:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: New To Using API</title>
      <link>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412406#M2180</link>
      <description>&lt;P&gt;&lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/2061"&gt;@simple818&lt;/A&gt; thanks dude. I got lucky there. I've been trying to learn myself some Python this week and it was just Monday I was playing around with the API a bit. Last week I never would known that &lt;SPAN class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 15:40:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412406#M2180</guid>
      <dc:creator>jdsilva</dc:creator>
      <dc:date>2018-06-27T15:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: New To Using API</title>
      <link>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412407#M2181</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/262"&gt;@jdsilva&lt;/A&gt; wrote:&lt;BR /&gt;&lt;P&gt;&lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/2061"&gt;@simple818&lt;/A&gt; thanks dude. I got lucky there. I've been trying to learn myself some Python this week and it was just Monday I was playing around with the API a bit. Last week I never would known that &lt;SPAN class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Agreed, making better use of the API stuff has been looming on my todo list for a while now.  I'd like to build some internal dashboards to monitor network uplink status, WAN IPs, highest traffic clients in a short time period, offline devices etc.  &lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 16:23:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412407#M2181</guid>
      <dc:creator>simple818</dc:creator>
      <dc:date>2018-06-27T16:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: New To Using API</title>
      <link>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412408#M2182</link>
      <description>&lt;P&gt;That is my goal as well, and now that I have API access I can start playing around.  I plan on moving away from Postman and utilizing PS instead.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 16:29:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412408#M2182</guid>
      <dc:creator>Marine4Line92</dc:creator>
      <dc:date>2018-06-27T16:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: New To Using API</title>
      <link>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412409#M2183</link>
      <description>&lt;P&gt;I have tried all the javascript code snippets from postman but still not working yet i get a good result from postman software itself. I have actually written my entire codes in javascript hence would not like to switch to any other language. Is there any help&lt;/P&gt;</description>
      <pubDate>Sun, 28 Oct 2018 00:40:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/new-to-using-api/m-p/5412409#M2183</guid>
      <dc:creator>fidel1</dc:creator>
      <dc:date>2018-10-28T00:40:07Z</dc:date>
    </item>
  </channel>
</rss>

