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.