2min
Lists a collection of active sessions.
GET
QUERY PARAMETERS
filterobject
A list or record of tags to filter a list of sessions on. If none of the
sessions meet the provided filter criteria, naturally an empty list of sessions
is returned.
RESPONSES
200
Successfully looked up all of the active sessions that are tied to your API token.
object
sessions
object[]401
You are not authorized to fetch a list of active sessions. Please make sure that the
included bearer token is correct.