Phone Numbers
Send a verification code to a phone number
Sends a one-time code to the given phone number so that a backend can verify the user controls it (for example, in a custom, backend-driven sign-in flow). The code is tracked on its own verification; confirm it with attempt_verification.
post/phone_numbers/{phone_number_id}/prepare_verification
Path parameters
phone_number_idstring required
The ID of the phone number to send the verification code to
Response
The verification. After prepare_verification it is pending (unverified); after attempt_verification its status reflects the attempt outcome.