Documentation Index
Fetch the complete documentation index at: https://docs.city.atlas.krd/llms.txt
Use this file to discover all available pages before exploring further.
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Authenticate with email and password
Documentation Index
Fetch the complete documentation index at: https://docs.city.atlas.krd/llms.txt
Use this file to discover all available pages before exploring further.
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?