POST ./auth/challenge_phone
Tags: public
It is used to validate a phone number.
POST parameter
| Name | Value Type | Validation | Details |
|---|---|---|---|
| chUaID | int | required | User uaID |
| chIntent | string | required | Validation intent (register,rapsms,edit) |
| chPhone | string | required | Phone number |
Validation
| Error Field | Error Code | Error Message |
|---|---|---|
| chUaID | 101 | Invalid uaID. |
Output example
{"chID": 8065}
