v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-04-145745483.2 KB
VerifyV2VerificationAttempt

Fetch a specific verification attempt.

Fetch a specific verification attempt.

get/v2/Attempts/{Sid}

Path parameters

Sidstring required

The unique SID identifier of a Verification Attempt

Response

OK

sidstring nullable

The SID that uniquely identifies the verification attempt resource.

account_sidstring nullable

The SID of the Account that created the Verification resource.

service_sidstring nullable

The SID of the Service used to generate the attempt.

verification_sidstring nullable

The SID of the Verification that generated the attempt.

date_createdstring date-time nullable

The date that this Attempt was created, given in ISO 8601 format.

date_updatedstring date-time nullable

The date that this Attempt was updated, given in ISO 8601 format.

conversion_status'converted' | 'unconverted'

A string specifying the conversion status of the verification. A conversion happens when the user is able to provide the correct code. Possible values are CONVERTED and UNCONVERTED.

channel'sms' | 'call' | 'email' | 'whatsapp' | 'rbm'

A string specifying the communication channel used for the verification attempt.

{"stackTrail":"components:schemas:verify.v2.verification_attempt:properties:price","oasType":"schema","type":"unknown","description":"An object containing the charge for this verification attempt related to the channel costs and the currency used. The costs related to the succeeded verifications are not included. May not be immediately available. More information on pricing is available [here](https://www.twilio.com/en-us/verify/pricing).","nullable":true}
{"stackTrail":"components:schemas:verify.v2.verification_attempt:properties:channel_data","oasType":"schema","type":"unknown","description":"An object containing the channel specific information for an attempt.","nullable":true}
urlstring uri nullable