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

Changes

Changed in 4 of the 52 revisions of this API.422

  • v21548692e680421See the full diff
    • the channel_data response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the price response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • removed the sna enum value from the channel response property for the response status 200

      response-property-enum-value-removed

    • added the new rbm enum value to the channel response property for the response status 200

      response-property-enum-value-added

    • added the new sna enum value to the channel response property for the response status 200

      response-property-enum-value-added

    • the channel_data response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the price response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • api tag VerifyV2VerificationAttempt added

      api-tag-added