Requires authentication
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Retrieve current session details
GET /auth/session
Authorization: Bearer SESSION_TOKEN
{
"success": true,
"data": {
"sessionToken": "jwt_token",
"userId": "uuid",
"expiresAt": "2024-01-01T00:00:00Z"
}
}
Was this page helpful?