List All Sessions
Listing all sessions that exist.
Query parameters
Items per Page
This is the number of items per page to return. For details on pagination please head over to the pagination documentation.
Next Page Token
The next page token. For details on pagination please head over to the pagination documentation.
Active is a boolean flag that filters out sessions based on the state. If no value is provided, all sessions are returned.
ExpandOptions is a query parameter encoded list of all properties that must be expanded in the Session. If no value is provided, the expandable properties are skipped.
Response
Session List Response
The response given when listing sessions in an administrative context.
Example response
[
{
"identity": {
"verifiable_addresses": [
{
"created_at": "2014-01-01T23:28:56.782Z",
"updated_at": "2014-01-01T23:28:56.782Z",
"verified": true,
"via": "email"
}
]
}
}
]Changes
Changed in 1 of the 50 revisions of this API.1
- ●
the optional response header
x-total-countremoved for the status200optional-response-header-removed
- ●