v1
latestSwagger 2.02026-07-1760185352.5 KBidentity
Get Session
This endpoint is useful for:
Getting a session object with all specified expandables that exist in an administrative context.
get/admin/sessions/{id}
Path parameters
idstring required
ID is the session's ID.
Query parameters
expandstring[]
ExpandOptions is a query parameter encoded list of all properties that must be expanded in the Session. Example - ?expand=Identity&expand=Devices If no value is provided, the expandable properties are skipped.
Response
session
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"
}
]
}
}