Return error for opted out verifications
Verifications still require that recipients be able to opt out of receiving messages. In the event that a Verification is created and the recipient has opted out of receiving messages, we will now return an error response with instructions for the recipient to opt back in, rather than failing silently as we did before. An error response will look something like this:
{
"error": {
"type": "opted_out",
"message": "This number has opted out of receiving verification messages. Send START to (801) 555-1234 to opt in again."
}
}