Verified Numbers
Submit verification code
post/verified_numbers/{phone_number}/actions/verify
Path parameters
phone_numberstring required
+E164 formatted phone number.
Example:+15551234567
The phone number being verified.
Request body
Example request
{
"verification_code": "123456"
}Response
Expected response to a valid request.
Example response
{
"data": {
"phone_number": "+15551234567",
"record_type": "verified_number",
"verified_at": "2020-09-14T17:03:32.965812"
}
}