Like Miles mentionned , the only way ( that I'm aware ) is to retrieve the Template ID via : getOrganizationConfigTemplates ( https://developer.cisco.com/meraki/api-latest/#!get-organization-config-templates ) Once you have that ID , you can use it as a parameter for the next call : getOrganizationNetworks ( https://developer.cisco.com/meraki/api-v1/#!get-organization-networks ) Which would look like : GET /organizations/{organizationId}/networks?configTemplateId=XXXXXXXXXXX
... View more