TODO: Resource-level docs
Update a Verification status
Path parameters
-
The SID of the verification Service to update the resource from.
Minimum length is
34, maximum length is34. Format should match the following pattern:^VA[0-9a-fA-F]{32}$. -
The Twilio-provided string that uniquely identifies the Verification resource to update.
POST
/v2/Services/{ServiceSid}/Verifications/{Sid}
curl \
--request POST 'https://verify.twilio.com/v2/Services/{ServiceSid}/Verifications/{Sid}' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'Status=canceled'
Response examples (200)
{
"account_sid": "string",
"amount": "string",
"channel": "sms",
"date_created": "2026-05-04T09:42:00Z",
"date_updated": "2026-05-04T09:42:00Z",
"payee": "string",
"send_code_attempts": [],
"service_sid": "string",
"sid": "string",
"status": "string",
"to": "string",
"url": "https://example.com",
"valid": true
}