List the splash login attempts for a network
GET {{baseUrl}}/networks/:networkId/splashLoginAttempts
List the splash login attempts for a network
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ssidNumber | string | Only return the login attempts for the specified SSID | |
loginIdentifier | string | The username, email, or phone number used during login | |
timespan | string | The timespan, in seconds, for the login attempts. The period will be from [timespan] seconds ago until now. The maximum timespan is 3 months |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null |
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"}]