Verify
Verify verification code by phone number
post/verifications/by_phone_number/{phone_number}/actions/verify
Path parameters
phone_numberstring required
+E164 formatted phone number.
Example:+13035551234
The phone number associated with the verification code being verified.
Request body
Example request
{
"code": "17686",
"verify_profile_id": "12ade33a-21c0-473b-b055-b3c836e1c292"
}Response
Expected verify response to a valid request.
Example response
{
"data": {
"phone_number": "+13035551234",
"response_code": "accepted"
}
}