Qualified Numbers
Send voice challenge
Sends a voice challenge to the phone number specified in the path to verify that you own the number. The voice call contains a code that you must use to verify the number.
post/v1/projects/{projectId}/qualifiedNumbers/{phoneNumber}:sendVoiceChallenge
Path parameters
projectIdstring required
Example:d1923022-5199-4bb3-a513-c47b3a656bc5
Found on your Sinch Customer Dashboard. Settings > Projects.
phoneNumberstring required
Example:+12025550134
The phone number in E.164 format with leading +.
Response
OK
Example response
{
"phoneNumber": "+12025550134",
"projectId": "abcd12ef-ab12-ab12-bc34-abcdef123456",
"regionCode": "US",
"osrEligibility": {
"status": "DONE"
},
"ownershipVerification": {
"status": "DONE"
}
}