{
"opencollection": "1.0.0",
"info": {
"name": "Cisco Meraki Dashboard API — licensing",
"version": "1.72.0"
},
"request": {
"auth": {
"type": "apikey",
"key": "X-Cisco-Meraki-API-Key",
"value": "{{X-Cisco-Meraki-API-Key}}",
"placement": "header"
}
},
"items": [
{
"info": {
"name": "licensing",
"type": "folder"
},
"items": [
{
"info": {
"name": "Retrieve the list of purchasable entitlements",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.meraki.com/{basePath}/administered/licensing/subscription/entitlements",
"params": [
{
"name": "skus",
"value": "",
"type": "query",
"description": "Filter to entitlements with the specified SKUs"
}
]
},
"docs": "Retrieve the list of purchasable entitlements"
},
{
"info": {
"name": "List available subscriptions",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.meraki.com/{basePath}/administered/licensing/subscription/subscriptions",
"params": [
{
"name": "perPage",
"value": "",
"type": "query",
"description": "The number of entries per page returned. Acceptable range is 3 - 1000. Default is 1000."
},
{
"name": "startingAfter",
"value": "",
"type": "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."
},
{
"name": "endingBefore",
"value": "",
"type": "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."
},
{
"name": "subscriptionIds",
"value": "",
"type": "query",
"description": "List of subscription ids to fetch"
},
{
"name": "organizationIds",
"value": "",
"type": "query",
"description": "Organizations to get associated subscriptions for"
},
{
"name": "statuses",
"value": "",
"type": "query",
"description": "List of statuses that returned subscriptions can have"
},
{
"name": "productTypes",
"value": "",
"type": "query",
"description": "List of product types that returned subscriptions need to have entitlements for."
},
{
"name": "skus",
"value": "",
"type": "query",
"description": "List of SKUs that returned subscriptions need to have entitlements for."
},
{
"name": "name",
"value": "",
"type": "query",
"description": "Search for subscription name"
},
{
"name": "startDate",
"value": "",
"type": "query",
"description": "Filter subscriptions by start date, ISO 8601 format. To filter with a range of dates, use 'startDate[