Fetch a specific Challenge
TODO: Resource-level docs
Fetch a specific Challenge.
Path parameters
-
The unique SID identifier of the Service.
-
Customer unique identity for the Entity owner of the Challenges. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters.
-
A 34 character string that uniquely identifies this Challenge.
GET /v2/Services/{ServiceSid}/Entities/{Identity}/Challenges/{Sid}
curl \
-X GET https://verify.twilio.com/v2/Services/{ServiceSid}/Entities/{Identity}/Challenges/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_responded": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"entity_sid": "string",
"expiration_date": "2023-05-04T09:42:00+00:00",
"factor_sid": "string",
"factor_type": "push",
"identity": "string",
"links": {},
"responded_reason": "none",
"service_sid": "string",
"sid": "string",
"status": "pending",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"date_responded": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"entity_sid": "string",
"expiration_date": "2024-05-04T09:42:00+00:00",
"factor_sid": "string",
"factor_type": "push",
"identity": "string",
"links": {},
"responded_reason": "none",
"service_sid": "string",
"sid": "string",
"status": "pending",
"url": "https://example.com"
}