Fetch a specific verification attempt
TODO: Resource-level docs
Fetch a specific verification attempt.
Path parameters
-
The unique SID identifier of a Verification Attempt
GET /v2/Attempts/{Sid}
curl \
-X GET https://verify.twilio.com/v2/Attempts/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"channel": "sms",
"conversion_status": "converted",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"service_sid": "string",
"sid": "string",
"url": "https://example.com",
"verification_sid": "string"
}
Response examples (200)
{
"account_sid": "string",
"channel": "sms",
"conversion_status": "converted",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"service_sid": "string",
"sid": "string",
"url": "https://example.com",
"verification_sid": "string"
}