Requires access token from sign in
Endpoint
Headers
Request Body
Response
sessionToken for all API calls.✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Verify OTP code and get session token
POST /auth/otp/validate
Authorization: Bearer ACCESS_TOKEN
{
"otp": "123456"
}
{
"success": true,
"data": {
"message": "OTP validated successfully",
"sessionToken": "jwt_session_token"
}
}
sessionToken for all API calls.Was this page helpful?