- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Retrieve or Calculate License Cotermination via API
Hi,
I am using Python and the Meraki Python library to retrieve some data about organizations and licenses. However, I am having trouble finding data about the license expiration (cotermination) for the organization.
I tried using the get /organizations/{organizationId}/licensing/coterm/licenses request, but I couldn’t find the cotermination license expiration for the organization. Do I have to manually calculate it as shown here (The Science behind Licensing Co-Termination - Cisco Meraki Documentation) or am I missing another endpoint that contains this data?
Thank you in advance.
Solved! Go to solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Using this endpoint returns the expiration date for the Org: Get Organization Licenses Overview - Meraki Dashboard API v1 - Cisco Meraki Developer Hub
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Using this endpoint returns the expiration date for the Org: Get Organization Licenses Overview - Meraki Dashboard API v1 - Cisco Meraki Developer Hub
