{ "swagger": "2.0", "info": { "version": "1.45.0", "title": "Meraki Dashboard API", "description": "The Cisco Meraki Dashboard API is a modern REST API based on the OpenAPI specification.\n\n> Date: 03 April, 2024\n>\n> [Recent Updates](https://meraki.io/whats-new/)\n\n---\n\n[API Documentation](https://meraki.io/api)\n\n[Community Support](https://meraki.io/community)\n\n[Meraki Homepage](https://www.meraki.com)\n", "contact": { "name": "Meraki Developer Community", "url": "https://meraki.io/community" } }, "host": "api.meraki.com", "basePath": "/api/v1", "schemes": [ "https" ], "consumes": [ "application/json" ], "produces": [ "application/json" ], "securityDefinitions": { "meraki_api_key": { "type": "apiKey", "name": "X-Cisco-Meraki-API-Key", "in": "header" }, "bearerAuth": { "type": "apiKey", "name": "Authorization", "in": "header" } }, "security": [ { "meraki_api_key": [ ] }, { "bearerAuth": [ ] } ], "paths": { "/administered/identities/me": { "get": { "description": "Returns the identity of the current user.", "operationId": "getAdministeredIdentitiesMe", "responses": { "200": { "description": "Successful operation", "schema": { "type": "object", "properties": { "name": { "type": "string", "description": "Username" }, "email": { "type": "string", "description": "User email" }, "lastUsedDashboardAt": { "type": "string", "format": "date-time", "description": "Last seen active on Dashboard UI" }, "authentication": { "type": "object", "properties": { "mode": { "type": "string", "description": "Authentication mode" }, "api": { "type": "object", "properties": { "key": { "type": "object", "properties": { "created": { "type": "boolean", "description": "If API key is created for this user" } }, "description": "API key" } }, "description": "API authentication" }, "twoFactor": { "type": "object", "properties": { "enabled": { "type": "boolean", "description": "If twoFactor authentication is enabled for this user" } }, "description": "TwoFactor authentication" }, "saml": { "type": "object", "properties": { "enabled": { "type": "boolean", "description": "If SAML authentication is enabled for this user" } }, "description": "SAML authentication" } }, "description": "Authentication info" } } }, "examples": { "application/json": { "name": "Miles Meraki", "email": "miles@meraki.com", "lastUsedDashboardAt": "2018-02-11T00:00:00.090210Z", "authentication": { "mode": "email", "api": { "key": { "created": true } }, "twoFactor": { "enabled": false }, "saml": { "enabled": false } } } } } }, "summary": "Returns the identity of the current user.", "tags": [ "administered", "monitor", "identities", "me" ] } }, "/administered/licensing/subscription/entitlements": { "get": { "description": "Retrieve the list of purchasable entitlements", "operationId": "getAdministeredLicensingSubscriptionEntitlements", "parameters": [ { "type": "array", "items": { "type": "string" }, "name": "skus", "in": "query", "description": "Filter to entitlements with the specified SKUs" } ], "responses": { "200": { "description": "Successful operation", "schema": { "type": "object", "properties": { "sku": { "type": "string", "description": "The SKU identifier of the entitlement" }, "name": { "type": "string", "description": "The user-facing name of the entitlement" }, "productType": { "type": "string", "description": "The product type of the entitlement" }, "productClass": { "type": "string", "description": "The product class associated with the entitlement" }, "featureTier": { "type": "string", "description": "The feature tier associated with the entitlement (null for add-ons)" }, "isAddOn": { "type": "boolean", "description": "Whether or not the entitlement is an add-on" } } }, "examples": { "application/json": { "sku": "LIC-MR-A", "name": "MR", "productType": "wireless", "productClass": "MR", "featureTier": "advantage", "isAddOn": false } } } }, "summary": "Retrieve the list of purchasable entitlements", "tags": [ "licensing", "configure", "subscription", "entitlements" ] } }, "/administered/licensing/subscription/subscriptions": { "get": { "description": "List available subscriptions", "operationId": "getAdministeredLicensingSubscriptionSubscriptions", "parameters": [ { "type": "integer", "name": "perPage", "in": "query", "description": "The number of entries per page returned. Acceptable range is 3 - 1000. Default is 1000." }, { "type": "string", "name": "startingAfter", "in": "query", "description": "A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it." }, { "type": "string", "name": "endingBefore", "in": "query", "description": "A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it." }, { "type": "array", "items": { "type": "string" }, "name": "subscriptionIds", "in": "query", "description": "List of subscription ids to fetch" }, { "type": "array", "items": { "type": "string" }, "name": "organizationIds", "in": "query", "description": "Organizations to get associated subscriptions for" }, { "type": "string", "format": "date-time", "name": "startDate", "in": "query", "description": "Filter subscriptions by start date, ISO 8601 format. To filter with a range of dates, use 'startDate[