Get all login events.
GET/api/admin/logins
Returns all login events in the Unleash system. You can optionally get them in CSV format by specifying the Accept
header as text/csv
.
Responses
- 200
- 204
- 401
- 404
loginHistorySchema
This response has no body.
Authorization information is missing or invalid. Provide a valid API token as the `authorization` header, e.g. `authorization:*.*.my-admin-token`.
The requested resource was not found.