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