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.
Requires authentication
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Retrieve authenticated user’s profile
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.
GET /users/current
Authorization: Bearer SESSION_TOKEN
{
"success": true,
"data": {
"id": "uuid",
"phoneNumber": "+1234567890",
"fullname": "John Doe",
"isActive": true,
"createdAt": "2024-01-01T00:00:00Z"
}
}
Was this page helpful?