Get a summary of how many attempts were made and how many were converted.
Get a summary of how many attempts were made and how many were converted.
Query parameters
-
Filter used to consider only Verification Attempts of the given verify service on the summary aggregation.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^VA[0-9a-fA-F]{32}$
. -
Datetime filter used to consider only Verification Attempts created after this datetime on the summary aggregation. Given as GMT in ISO 8601 formatted datetime string: yyyy-MM-dd'T'HH:mm:ss'Z.
-
Datetime filter used to consider only Verification Attempts created before this datetime on the summary aggregation. Given as GMT in ISO 8601 formatted datetime string: yyyy-MM-dd'T'HH:mm:ss'Z.
-
Filter used to consider only Verification Attempts sent to the specified destination country on the summary aggregation.
-
Filter Verification Attempts considered on the summary aggregation by communication channel.
Values are
sms
,call
,email
,whatsapp
, orrbm
. -
Filter the Verification Attempts considered on the summary aggregation by Destination prefix. It is the prefix of a phone number in E.164 format.
curl \
--request GET 'https://verify.twilio.com/v2/Attempts/Summary' \
--user "username:password"
{
"url": "https://verify.twilio.com/v2/Attempts/Summary",
"total_attempts": 11,
"total_converted": 9,
"total_unconverted": 2,
"conversion_rate_percentage": "81.818181818"
}