Sms Login

Verify the OTP and return {token, user}.

First successful verify for a phone number that has never been seen creates a new user row (phone-only signup). Subsequent verifies for that same number return the existing user.

post/api/auth/sms/login

Request body

phonestring required
codestring required
languagestring

Response

Successful Response

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.