Endpoint
Request Body
Response
accessToken for OTP operations.✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Authenticate with phone number
POST /auth/signin
{
"phoneNumber": "+1234567890"
}
{
"success": true,
"data": {
"user": {
"id": "uuid",
"phoneNumber": "+1234567890",
"isActive": true
},
"accessToken": "jwt_token"
}
}
accessToken for OTP operations.Was this page helpful?