Skip to main content
Send a one-time SMS verification code to a phone number. Use the returned code with POST /api/auth/register/phone to create an account, or with a phone-based login flow. Method: POST Path: /api/auth/phone/send-otp Auth: None

Request

string
required
E.164-formatted phone number.

Response

Returns 202 Accepted with an empty body on success. The SMS is delivered asynchronously.

Example

Errors