Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 5.86 KB

File metadata and controls

9 lines (6 loc) · 5.86 KB

GetSessionListResponse

Fields

Field Type Required Description Example
HttpMeta HTTPMetadata ✔️ N/A
SessionList List<Session> Success [
{
"object": "session",
"id": "sess_12345",
"user_id": "user_456",
"client_id": "client_123",
"status": "active",
"last_active_organization_id": "org_789",
"last_active_at": 1617970799,
"expire_at": 1620559199,
"abandon_at": 1618853599,
"updated_at": 1619459200,
"created_at": 1617864359
}
]