List the splash login attempts for a network

GET {{baseUrl}}/networks/:networkId/splashLoginAttempts

List the splash login attempts for a network

Request Params

KeyDatatypeRequiredDescription
ssidNumberstringOnly return the login attempts for the specified SSID
loginIdentifierstringThe username, email, or phone number used during login
timespanstringThe timespan, in seconds, for the login attempts. The period will be from [timespan] seconds ago until now. The maximum timespan is 3 months

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull

RESPONSES

status: OK

[{"name":"Miles Meraki","login":"miles@meraki.com","ssid":"My SSID","loginAt":"2018-02-11T00:00:00.090210Z","gatewayDeviceMac":"00:11:22:33:44:55","clientMac":"22:33:44:55:66:77","clientId":"k74272e","authorization":"success"}]