Qualified Numbers
Verify voice challenge
Uses the code you received from the Send voice challenge operation to verify that you own the phone number.
post/v1/projects/{projectId}/qualifiedNumbers/{phoneNumber}:verifyVoiceChallenge
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 +.
Request body
Example request
{
"code": "1234"
}Response
OK
Example response
{
"phoneNumber": "+12025550134",
"projectId": "abcd12ef-ab12-ab12-bc34-abcdef123456",
"regionCode": "US",
"osrEligibility": {
"status": "DONE"
},
"ownershipVerification": {
"status": "DONE"
}
}