GET
/
api
/
session
Get session information
curl --request GET \
  --url http://localhost:4000/api/session
{
  "isAuthenticated": true,
  "user": {}
}

Response

200 - application/json

Session information

The response is of type object.