Meraki.Api 1.49.14

There is a newer version of this package available.
See the version list below for details.
dotnet add package Meraki.Api --version 1.49.14
                    
NuGet\Install-Package Meraki.Api -Version 1.49.14
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Meraki.Api" Version="1.49.14" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Meraki.Api" Version="1.49.14" />
                    
Directory.Packages.props
<PackageReference Include="Meraki.Api" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Meraki.Api --version 1.49.14
                    
#r "nuget: Meraki.Api, 1.49.14"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Meraki.Api&version=1.49.14
                    
Install as a Cake Addin
#tool nuget:?package=Meraki.Api&version=1.49.14
                    
Install as a Cake Tool

Meraki.Api

Nuget Nuget License: MIT Codacy Badge

This project implements access to the v1 Meraki API

See the contribution guide for more information regarding contributing to this project

To use the Meraki API nuget package:

Visual Studio

  1. Open your project in Visual Studio
  2. Right-click on the project and click "Manage Nuget packages"
  3. Find the package "Meraki.Api" - install the latest version

Example code (C# 11)

using Meraki.Api;
using System;
using System.Threading.Tasks;

namespace My.Project
{
	public static class Program
	{
		public static async Task Main()
		{
			using var merakiClient = new MerakiClient(new MerakiClientOptions
			{
				ApiKey = "0123456789abcdef0123456789abcdef01234567",
				// UserAgent = "YourProductName/YourProductVersion YourCompanyName"
				// UserAgent = "YourProductName YourCompanyName"
				UserAgent = "DeviceLister/1.0 MyCompanyInc"
			});

			var organizations = await merakiClient
				.Organizations
				.GetOrganizationsAsync()
				.ConfigureAwait(false);

			var firstOrganization = organizations[0];

			var devices = await merakiClient
				.Organizations
				.Devices
				.GetOrganizationDevicesAsync(firstOrganization.Id)
				.ConfigureAwait(false);

			Console.WriteLine("Devices:");
			foreach (var device in devices)
			{
				Console.WriteLine($"    - {device.Serial}: {device.Name}");
			}
		}
	}
}

API Documentation

The Meraki API documentation can be found here:

Testing

You can test this using a Meraki Sandbox here:

After signing in, look in the lower left hand side of the page for your API key.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.56.433 67 7/8/2025
1.56.195 139 7/4/2025
1.56.193 142 7/3/2025
1.56.191 132 6/27/2025
1.56.190 141 6/26/2025
1.56.187 115 6/20/2025
1.56.181 108 6/20/2025
1.56.170 206 6/4/2025
1.56.166 169 6/2/2025
1.56.165 161 5/29/2025
1.56.164 153 5/27/2025
1.56.162 83 5/24/2025
1.56.21 141 5/4/2025
1.56.20 117 5/4/2025
1.56.19 170 4/25/2025
1.56.18 175 4/24/2025
1.56.17 182 4/24/2025
1.56.13 152 4/24/2025
1.56.11 154 4/24/2025
1.56.6 151 4/23/2025
1.56.4 151 4/23/2025
1.55.13 643 3/25/2025
1.55.12 498 3/25/2025
1.55.11 194 3/19/2025
1.55.5 180 3/12/2025
1.54.34 256 3/10/2025
1.54.24 243 3/6/2025
1.54.23 229 3/6/2025
1.54.22 238 3/4/2025
1.54.20 183 2/21/2025
1.54.17 117 2/21/2025
1.54.16 132 2/21/2025
1.54.12 123 2/20/2025
1.54.9 208 2/4/2025
1.54.7 128 2/3/2025
1.54.5 161 1/29/2025
1.54.1 116 1/28/2025
1.53.19 172 1/21/2025
1.53.17 109 1/21/2025
1.53.13 126 1/15/2025
1.53.12 108 1/15/2025
1.53.11 97 1/14/2025
1.51.52 122 1/13/2025
1.51.51 97 1/13/2025
1.51.50 181 1/8/2025
1.51.48 342 11/21/2024
1.51.47 131 11/21/2024
1.51.46 131 11/21/2024
1.51.45 121 11/21/2024
1.51.43 129 11/18/2024
1.51.20 160 11/13/2024
1.51.18 318 11/5/2024
1.51.17 215 10/29/2024
1.51.15 405 10/24/2024
1.51.12 163 10/22/2024
1.51.7 130 10/22/2024
1.51.6 112 10/21/2024
1.51.5 121 10/21/2024
1.50.4 378 10/3/2024
1.50.3 143 10/3/2024
1.50.1 138 10/3/2024
1.49.14 323 9/18/2024
1.49.11 202 9/10/2024
1.49.9 211 8/30/2024
1.49.7 198 8/22/2024
1.49.6 159 8/21/2024
1.49.5 179 8/19/2024
1.49.4 156 8/19/2024
1.49.1 184 8/15/2024
1.48.9 208 8/12/2024
1.48.8 167 8/7/2024
1.46.13 168 7/5/2024
1.46.12 175 7/3/2024
1.46.11 141 7/3/2024
1.46.10 157 7/2/2024
1.46.9 149 6/24/2024
1.46.6 133 6/24/2024
1.46.2 245 5/20/2024
1.46.1 153 5/17/2024
1.45.27 329 4/24/2024
1.45.26 150 4/23/2024
1.43.46 192 4/17/2024
1.43.44 210 4/2/2024
1.43.43 160 4/2/2024
1.43.40 155 3/27/2024
1.43.34 210 3/17/2024
1.43.33 155 3/5/2024
1.43.32 166 3/1/2024
1.43.30 168 2/26/2024
1.42.5 183 2/21/2024
1.41.22 850 2/9/2024
1.41.18 140 2/5/2024
1.41.16 167 1/30/2024
1.41.14 150 1/30/2024
1.41.8 161 1/29/2024
1.40.15 566 12/12/2023
1.40.14 165 12/12/2023
1.39.1 188 12/11/2023
1.38.30 253 11/30/2023
1.38.27 211 11/15/2023
1.38.24 158 11/13/2023
1.38.23 157 11/10/2023
1.38.20 158 11/7/2023
1.38.18 173 11/1/2023
1.38.16 205 10/24/2023
1.38.15 175 10/24/2023
1.38.13 175 10/24/2023
1.38.12 266 10/19/2023
1.38.11 150 10/19/2023
1.38.10 161 10/19/2023
1.38.7 166 10/16/2023
1.38.2 200 10/8/2023
1.38.1 190 10/7/2023
1.37.22 190 10/5/2023
1.37.19 169 10/5/2023
1.37.17 171 10/4/2023
1.37.16 174 10/4/2023
1.37.15 172 10/4/2023
1.37.14 174 10/4/2023
1.37.13 165 10/4/2023
1.37.12 186 10/3/2023
1.37.9 153 10/3/2023
1.37.8 191 9/29/2023
1.37.7 177 9/25/2023
1.37.1 179 9/21/2023
1.36.65 151 9/21/2023
1.36.53 252 9/10/2023
1.36.30 221 9/5/2023
1.36.24 204 8/31/2023
1.36.20 228 8/28/2023
1.36.19 193 8/25/2023
1.36.17 208 8/25/2023
1.36.16 269 8/17/2023
1.36.15 199 8/17/2023
1.36.14 193 8/17/2023
1.36.13 165 8/17/2023
1.36.12 211 8/16/2023
1.36.10 195 8/14/2023
1.36.9 168 8/14/2023
1.36.8 181 8/10/2023
1.36.7 178 8/8/2023
1.36.5 228 8/7/2023
1.36.3 186 8/7/2023
1.36.2 193 8/7/2023
1.34.75 184 8/3/2023
1.34.65 312 7/14/2023
1.34.64 208 7/14/2023
1.34.63 240 7/10/2023
1.34.62 210 7/10/2023
1.34.60 194 7/9/2023
1.34.56 202 7/9/2023
1.34.53 204 7/6/2023
1.34.51 201 7/6/2023
1.34.49 191 7/6/2023
1.34.39 193 7/6/2023
1.34.35 208 7/6/2023
1.34.33 258 7/3/2023
1.34.29 193 7/3/2023
1.34.28 194 7/3/2023
1.34.26 328 7/3/2023
1.34.25 193 7/3/2023
1.34.22 209 7/2/2023
1.34.20 221 7/2/2023
1.34.19 215 6/30/2023
1.34.18 175 6/30/2023
1.34.7 192 6/30/2023
1.34.5 215 6/30/2023
1.34.1 193 6/30/2023
1.33.22 236 6/28/2023
1.33.20 199 6/26/2023
1.33.18 332 6/19/2023
1.33.17 283 6/13/2023
1.33.15 209 6/13/2023
1.33.8 424 5/23/2023
1.33.6 212 5/22/2023
1.33.3 223 5/22/2023
1.32.11 250 5/16/2023
1.32.9 249 5/11/2023
1.32.7 228 5/10/2023
1.32.6 227 5/10/2023
1.32.4 277 4/28/2023
1.32.3 266 4/25/2023
1.32.2 246 4/25/2023
1.31.51 250 4/22/2023
1.31.48 279 4/21/2023
1.31.47 251 4/21/2023
1.31.46 280 4/17/2023
1.31.45 253 4/17/2023
1.31.41 268 4/11/2023
1.31.40 289 4/11/2023
1.31.34 283 4/11/2023
1.31.31 287 4/4/2023
1.31.24 286 4/3/2023
1.31.23 289 4/1/2023
1.31.19 318 3/28/2023
1.31.16 288 3/28/2023
1.31.14 296 3/27/2023
1.31.13 300 3/27/2023
1.30.26 559 3/22/2023
1.30.23 409 3/15/2023
1.30.20 309 3/15/2023
1.30.18 366 2/28/2023
1.30.15 308 2/27/2023
1.30.11 502 2/24/2023
1.30.9 367 2/22/2023
1.30.7 339 2/20/2023
1.30.5 352 2/20/2023
1.30.3 345 2/7/2023
1.29.15 349 1/31/2023
1.29.13 358 1/31/2023
1.29.12 356 1/27/2023
1.29.11 369 1/25/2023
1.29.8 397 1/17/2023
1.29.6 363 1/17/2023
1.29.4 378 1/16/2023
1.29.1 369 1/13/2023
1.28.6 380 1/10/2023
1.28.4 421 1/6/2023
1.28.1 388 12/13/2022
1.27.31 367 12/9/2022
1.27.30 347 12/9/2022
1.27.28 399 12/5/2022
1.27.25 404 11/30/2022
1.27.21 383 11/30/2022
1.27.17 431 11/22/2022
1.27.15 403 11/18/2022
1.27.6 424 11/16/2022
1.26.27 492 11/10/2022
1.26.24 447 11/7/2022
1.26.22 451 11/2/2022
1.26.8 439 10/30/2022
1.26.7 456 10/26/2022
1.26.5 496 10/17/2022
1.26.1 475 10/14/2022
1.25.13 482 10/10/2022
1.25.11 464 10/10/2022
1.25.10 464 10/10/2022
1.25.9 469 10/4/2022
1.25.7 511 9/16/2022
1.25.4 509 9/16/2022
1.25.3 521 9/15/2022
1.25.2 497 9/12/2022
1.24.23 497 9/5/2022
1.24.20 500 8/26/2022
1.24.12 536 8/12/2022
1.24.9 525 8/11/2022
1.24.8 520 8/11/2022
1.24.7 506 8/11/2022
1.24.6 500 8/11/2022
1.24.5 535 8/11/2022
1.24.3 535 8/11/2022
1.23.9 533 7/26/2022
1.23.5 646 7/19/2022
1.22.23 533 7/15/2022
1.22.19 598 7/7/2022
1.22.9 593 6/30/2022
1.22.5 585 6/14/2022
1.22.4 549 6/14/2022
1.22.3 556 6/14/2022
1.20.42 618 5/23/2022
1.20.18 640 4/20/2022
1.20.14 552 4/9/2022
1.20.10 540 4/7/2022
1.20.8 548 4/7/2022
1.19.79 561 4/3/2022
1.19.78 573 4/1/2022
1.19.60 562 3/27/2022
1.19.53 544 3/19/2022
1.19.52 542 3/19/2022
1.19.51 531 3/19/2022
1.19.50 542 3/19/2022
1.19.48 535 3/19/2022
1.19.45 573 3/15/2022
1.19.44 543 3/15/2022
1.19.43 577 3/14/2022
1.19.42 606 3/11/2022
1.19.38 581 3/9/2022
1.19.36 546 3/9/2022
1.19.35 562 3/9/2022
1.19.34 550 3/8/2022
1.19.32 562 3/7/2022
1.19.30 560 3/7/2022
1.19.26 546 3/7/2022
1.19.25 540 3/7/2022
1.19.21 564 3/7/2022
1.19.20 576 3/7/2022
1.19.17 547 3/6/2022
1.19.16 554 3/4/2022
1.19.11 545 3/4/2022
1.19.7 549 3/3/2022
1.19.1 524 3/3/2022
1.18.62 551 3/2/2022
1.18.61 572 3/1/2022
1.18.57 532 2/25/2022
1.18.56 573 2/24/2022
1.18.52 555 2/22/2022
1.18.32 584 2/11/2022
1.18.23 553 2/11/2022
1.18.22 601 2/8/2022
1.18.2 573 2/6/2022
1.17.57 578 2/2/2022
1.17.52 623 1/28/2022 1.17.52 is deprecated because it has critical bugs.
1.17.50 599 1/28/2022
1.17.38 570 1/28/2022
1.17.3 422 1/9/2022
1.16.2 414 12/7/2021
1.16.1 414 12/2/2021
1.15.95 476 11/18/2021
1.15.88 442 11/17/2021
1.15.86 411 11/17/2021
1.15.77 448 11/16/2021
1.15.76 429 11/16/2021
1.14.28 467 11/8/2021
1.14.9 395 12/7/2021
1.14.8 406 12/7/2021
1.14.6 501 10/26/2021
1.14.1 450 10/26/2021
1.11.14 1,602 8/24/2021
1.11.4 460 8/19/2021
1.11.3-gd5620b5868 312 8/19/2021
1.0.94 1,485 8/4/2021
1.0.93 496 8/2/2021
1.0.89 500 7/28/2021
1.0.88 669 7/22/2021
1.0.87 437 7/15/2021
1.0.85 711 2/9/2021
1.0.83 576 11/18/2020
1.0.82 537 11/18/2020
1.0.80 580 10/21/2020
1.0.79 600 10/20/2020
1.0.75 529 10/15/2020
1.0.74 590 10/6/2020
1.0.73 695 9/17/2020
1.0.72 667 8/13/2020
1.0.71 590 8/12/2020
1.0.70 604 8/11/2020
1.0.69 615 6/14/2020
1.0.68 660 6/14/2020
1.0.67 680 5/20/2020
1.0.66 598 5/20/2020
1.0.65 622 5/20/2020
1.0.63 631 5/19/2020
1.0.62 654 5/18/2020
1.0.61 579 5/18/2020
1.0.59 614 5/18/2020
1.0.58 612 5/15/2020
1.0.57 628 5/15/2020
1.0.56 611 5/14/2020
1.0.55 612 5/7/2020
1.0.52 644 4/9/2020
1.0.40 656 3/27/2020
1.0.39 662 3/26/2020
1.0.38 607 3/26/2020
1.0.35 701 3/13/2020
1.0.33 673 3/13/2020
1.0.32 686 3/13/2020
1.0.27 634 3/5/2020
1.0.26 669 3/5/2020
1.0.18 644 12/9/2019
1.0.15 638 10/21/2019
1.0.13 618 10/21/2019
1.0.10 646 10/17/2019
1.0.9 654 10/16/2019
1.0.8 678 10/16/2019
1.0.7 672 10/16/2019
1.0.6 659 10/16/2019
1.0.5 667 10/12/2019
1.0.4 643 10/12/2019
1.0.3 648 10/8/2019
1.0.1 679 10/7/2019
0.1.20-alpha 471 10/7/2019
0.1.19-alpha 463 10/7/2019
0.1.18-alpha 446 10/4/2019
0.1.16-alpha 474 10/1/2019
0.1.14-alpha 433 9/30/2019
0.1.13-alpha 470 9/29/2019
0.1.12-alpha 476 9/29/2019
0.1.11-alpha 458 9/29/2019
0.1.10-alpha 467 9/28/2019
0.1.9-alpha 463 9/28/2019
0.1.7-alpha 470 9/16/2019
0.1.6-alpha 450 9/16/2019
0.1.5-alpha 471 9/15/2019
0.1.3-alpha 426 9/12/2019
0.1.2-alpha 481 9/12/2019