Update a Verification status
TODO: Resource-level docs
Update a Verification status
Path parameters
-
The SID of the verification Service to update the resource from.
-
The Twilio-provided string that uniquely identifies the Verification resource to update.
POST /v2/Services/{ServiceSid}/Verifications/{Sid}
curl \
-X POST https://verify.twilio.com/v2/Services/{ServiceSid}/Verifications/{Sid} \
--user "username:password" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'Status=canceled'
Request example
{
"Status": "canceled"
}
Request examples
{
"Status": "canceled"
}
Response examples (200)
{
"account_sid": "string",
"amount": "string",
"channel": "sms",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"payee": "string",
"send_code_attempts": [],
"service_sid": "string",
"sid": "string",
"status": "string",
"to": "string",
"url": "https://example.com",
"valid": true
}
Response examples (200)
{
"account_sid": "string",
"amount": "string",
"channel": "sms",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"payee": "string",
"send_code_attempts": [],
"service_sid": "string",
"sid": "string",
"status": "string",
"to": "string",
"url": "https://example.com",
"valid": true
}