Verify a phone number's OTP
POST/core/api/v1/auth/phone-otp/verify
Confirms the SMS OTP and marks the phone number as verified on the logged-in user's account.
Request
Responses
- 200
- 400
- 401
- 404
Success. The response schema for this operation is not yet documented — see the schema-coverage report. The SDK types this as unknown.
Phone number invalid, or OTP expired/incorrect
Too many attempts — temporarily locked
User not found