Session
GET /get-session
Get the current session
Query Parameters
disableRefresh?boolean
Disable session refresh. Useful for checking session status, without updating the session
Response Body
application/json
curl -X GET "https://example.com/api/auth/get-session"{ "session": {}, "user": {}}Is this page helpful?