{ "openapi": "3.0.1", "info": { "title": "Cisco Meraki Dashboard API \u2014 licensing", "description": "The licensing operations of the Cisco Meraki Dashboard API, split by product area from Cisco's published OpenAPI definition.", "version": "1.72.0", "contact": { "name": "Meraki Developer Community", "url": "https://meraki.io/community" }, "x-provenance": { "method": "harvested", "authored_by": "Cisco Meraki", "harvested_by": "API Evangelist", "harvested_on": "2026-07-31", "first_party": true, "note": "Split by first tag from Cisco's published spec3.json; operations unmodified.", "provider_published": true }, "x-evidence": [ { "type": "source", "url": "https://github.com/meraki/openapi/blob/master/openapi/spec3.json" }, { "type": "raw", "url": "https://raw.githubusercontent.com/meraki/openapi/master/openapi/spec3.json" }, { "type": "alternate", "url": "https://api.meraki.com/api/v1/openapiSpec" } ] }, "servers": [ { "url": "https://api.meraki.com/{basePath}", "variables": { "basePath": { "default": "api/v1" } } } ], "security": [ { "meraki_api_key": [] }, { "bearerAuth": [] } ], "tags": [ { "name": "claimKey", "description": "" }, { "name": "compliance", "description": "" }, { "name": "configure", "description": "" }, { "name": "coterm", "description": "" }, { "name": "entitlements", "description": "" }, { "name": "licenses", "description": "" }, { "name": "licensing", "description": "" }, { "name": "statuses", "description": "" }, { "name": "subscription", "description": "" }, { "name": "subscriptions", "description": "" } ], "components": { "securitySchemes": { "meraki_api_key": { "type": "apiKey", "name": "X-Cisco-Meraki-API-Key", "in": "header" }, "bearerAuth": { "type": "http", "scheme": "bearer", "bearerFormat": "API Key" } } }, "paths": { "/administered/licensing/subscription/entitlements": { "get": { "description": "Retrieve the list of purchasable entitlements", "operationId": "getAdministeredLicensingSubscriptionEntitlements", "parameters": [ { "name": "skus", "in": "query", "description": "Filter to entitlements with the specified SKUs", "schema": { "type": "array", "items": { "type": "string" } } } ], "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "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" }, "isFree": { "type": "boolean", "description": "Whether or not the entitlement is granted for free" } } }, "example": { "sku": "LIC-MR-A", "name": "MR", "productType": "wireless", "productClass": "MR", "featureTier": "advantage", "isAddOn": false, "isFree": false } } } } }, "security": [ { "oauth2": [ "dashboard:licensing:config:read" ] } ], "summary": "Retrieve the list of purchasable entitlements", "tags": [ "licensing", "configure", "subscription", "entitlements" ] } }, "/administered/licensing/subscription/subscriptions": { "get": { "description": "List available subscriptions", "operationId": "getAdministeredLicensingSubscriptionSubscriptions", "parameters": [ { "name": "perPage", "in": "query", "description": "The number of entries per page returned. Acceptable range is 3 - 1000. Default is 1000.", "schema": { "type": "integer" } }, { "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.", "schema": { "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.", "schema": { "type": "string" } }, { "name": "subscriptionIds", "in": "query", "description": "List of subscription ids to fetch", "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "organizationIds", "in": "query", "required": true, "description": "Organizations to get associated subscriptions for", "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "statuses", "in": "query", "description": "List of statuses that returned subscriptions can have", "schema": { "type": "array", "items": { "type": "string", "enum": [ "active", "canceled", "expired", "inactive", "out_of_compliance" ] } } }, { "name": "productTypes", "in": "query", "description": "List of product types that returned subscriptions need to have entitlements for.", "schema": { "type": "array", "items": { "type": "string", "enum": [ "appliance", "camera", "campusGateway", "cellularGateway", "secureConnect", "sensor", "switch", "systemsManager", "wireless", "wirelessController" ] } } }, { "name": "skus", "in": "query", "description": "List of SKUs that returned subscriptions need to have entitlements for.", "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "name", "in": "query", "description": "Search for subscription name", "schema": { "type": "string" } }, { "name": "startDate", "in": "query", "description": "Filter subscriptions by start date, ISO 8601 format. To filter with a range of dates, use 'startDate[