@Cliff92I assume you meant the endpoint returned an empty list ([]), but the call was successful. Please try the following endpoints to get the client info for a specific Meraki device or a network. https://developer.cisco.com/meraki/api-latest/#!get-device-clients https://developer.cisco.com/meraki/api-latest/#!get-network-client https://developer.cisco.com/meraki/api-latest/#!get-network-clients --> Filters are available for querying specific clients such as wireless or online clients. For a given network, here is an example of retrieving wireless clients for the last 2 hours connected to the network. {{baseUrl}}/networks/:networkId/clients?timespan=7200&recentDeviceConnections[]=Wireless
... View more