https://appwrite.io/v1/account/sessions/{sessionId}Use this endpoint to get a logged in user's session using a Session ID. Inputting 'current' will return the current session being used.
Session unique ID. Use the string 'current' to get the current device session.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://appwrite.io/v1/account/sessions/{sessionId}' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}https://appwrite.io/v1/account/sessions/{sessionId}Use this endpoint to get a logged in user's session using a Session ID. Inputting 'current' will return the current session being used.
Session unique ID. Use the string 'current' to get the current device session.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://appwrite.io/v1/account/sessions/{sessionId}' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}