List Employee Sessions
Employee Session
List Employee Sessions
Lists employee sessions.
GET
List Employee Sessions
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Employee identifier
Example:
"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3a"
Query Parameters
Items per page
Required range:
1 <= x <= 100Example:
10
Page number
Required range:
x >= 1Example:
1
Session audience
Available options:
CUSTOMER, OPS, DRIVER, BACKOFFICE Example:
"OPS"
Session status
Available options:
ACTIVE, REVOKED Example:
"ACTIVE"
Field to sort by
Available options:
lastUsedAt, createdAt, refreshExpiresAt Example:
"lastUsedAt"
Sort order
Available options:
asc, desc Example:
"desc"
Comma-separated list of fields to include in the response. Supports dot notation for nested projection (e.g. id,name,user.email,trips.route.id). Unknown fields are silently dropped.