Requires authentication
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Retrieve authenticated user’s profile
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?