Hi, @BreckanM ! Just found that https://developer.cisco.com/meraki/api-v1/#!get-network-appliance-settings GET /networks/{network_id}/appliance/settings response contains information regarding deployment mode, although it is not present in the official documentation. { "clientTrackingMethod": "MAC address", "deploymentMode": "routed" } { "clientTrackingMethod": "MAC address", "deploymentMode": "passthrough" } @Seshu , could you please approve that "GET /networks/{network_id}/appliance/settings" response is a reliable option to retrieve deployment mode? If yes, I suppose you need to update the response example on https://developer.cisco.com/meraki/api-v1/#!get-network-appliance-settings page 🙂 Best regards, Ilya
... View more