Success
Field | Type | Required | Description | Example |
---|---|---|---|---|
object |
models.Object | ✔️ | String representing the object's type. Objects of the same type share the same value. |
client |
id |
str | ✔️ | String representing the identifier of the session. |
client_123456789abcd |
session_ids |
List[str] | ✔️ | N/A | [ "sess_123456789abcd", "sess_23456789abcd" ] |
sessions |
List[models.Session] | ✔️ | N/A | |
sign_in_id |
Nullable[str] | ✔️ | N/A | signin_123456789abcd |
sign_up_id |
Nullable[str] | ✔️ | N/A | signup_123456789abcd |
last_active_session_id |
Nullable[str] | ✔️ | Last active session_id. |
session_123456789abcd |
updated_at |
int | ✔️ | Unix timestamp of last update. |
1632580323 |
created_at |
int | ✔️ | Unix timestamp of creation. |
1622481123 |