✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Authenticate with email and password
POST /auth/signin
{
"email": "admin@example.com",
"password": "password123"
}
{
"success": true,
"data": {
"id": "uuid",
"fullname": "Admin Name",
"email": "admin@example.com",
"isActive": true
}
}
Was this page helpful?