Verify phone OTP for registration

Validates the SMS code and returns a short-lived phoneVerificationToken required by POST /app-user/register. Also returns existingAccountsCount — the number of other AppUsers already using this MSISDN as recovery phone. The count is computed AFTER OTP possession is proven (so it is not an enumeration oracle) and is advisory only: signup is still allowed when the count is > 0 (legitimate cases: family-shared SIM, MNO-recycled number). The FE SHOULD render a soft "this number is linked to {N} other account(s) — did you mean to log in?" interstitial when the count is positive.

Access: Public endpoint.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

international MSISDN (digits only — no leading "+" or "0"). Length 11–15.

string
required
length between 6 and 6
^\d{6}$

6-digit SMS code

Response

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json