Return A Bluetooth Client

GET {{baseUrl}}/networks/:networkId/bluetoothClients/:bluetoothClientId

Return a Bluetooth client. Bluetooth clients can be identified by their ID or their MAC.

Request Params

KeyDatatypeRequiredDescription
includeConnectivityHistorystringInclude the connectivity history for this client
connectivityHistoryTimespanstringThe timespan, in seconds, for the connectivityHistory data. By default 1 day, 86400, will be used.

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull

RESPONSES

status: OK

{"id":"1284392014819","mac":"22:33:44:55:66:77","networkId":"N_24329156","name":"Miles's phone","deviceName":"Bose QuietComfort 35","manufacturer":"Bose","lastSeen":1526087474,"seenByDeviceMac":"00:11:22:33:44:55","inSightAlert":false,"outOfSightAlert":false,"tags":["tag1","tag2"]}