Skip to main content
GET
Last Login Time

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Query Parameters

limit
integer

The maximum number of items.

offset
integer

Offset relative to the beginning of list.

Response

OK.

count
number
required

Total number of users

result
object[]
required
next
string

URL to the next users slice

Example:

"/activity_log/logins?offset=20&limit=10"

previous
string

URL to the previous users slice

Example:

"/activity_log/logins?offset=10&limit=10"