Send an SMS with a verification code to the specified phone number. Rate limited to prevent abuse.
curl --request POST \
--url https://{deploymentHost}/me/phone-numbers/{id}/prepare-verification{
"status": 200,
"message": "",
"data": {
"sent": true,
"phone_number": "+1234567890",
"expires_in": 300
},
"session": {
"signin_attempts": [],
"signins": [
{
"id": "signin_987654321",
"user_id": "user_456789123",
"created_at": "2024-01-01T12:00:00Z"
}
],
"signup_attempts": [],
"active_signin": {
"id": "signin_987654321",
"user_id": "user_456789123",
"created_at": "2024-01-01T12:00:00Z"
}
},
"errors": []
}curl --request POST \
--url https://{deploymentHost}/me/phone-numbers/{id}/prepare-verification{
"status": 200,
"message": "",
"data": {
"sent": true,
"phone_number": "+1234567890",
"expires_in": 300
},
"session": {
"signin_attempts": [],
"signins": [
{
"id": "signin_987654321",
"user_id": "user_456789123",
"created_at": "2024-01-01T12:00:00Z"
}
],
"signup_attempts": [],
"active_signin": {
"id": "signin_987654321",
"user_id": "user_456789123",
"created_at": "2024-01-01T12:00:00Z"
}
},
"errors": []
}