curl --request GET \
--url http://localhost:4000/api/session
{
"isAuthenticated": true,
"user": {}
}
Get current session information
curl --request GET \
--url http://localhost:4000/api/session
{
"isAuthenticated": true,
"user": {}
}
Session information
The response is of type object
.