Complete registration
Finalize user registration after phone (and optionally email) verification. On success, returns an access token for the new user. Use this token in Authorization: Bearer <token> for all subsequent user-scoped requests.
Finalize user registration after phone (and optionally email) verification. On success, returns an access token for the new user. Use this token in Authorization: Bearer <token> for all subsequent user-scoped requests.
Device identifier (optional).
OAuth verification request ID from StepVerifyOAuthToken or VerifyOAuthToken. Providing this skips the email verification step.
User registered successfully. Store the returned accessToken.