GET /v2/Services/{ServiceSid}/Entities/{Identity}/Challenges/{Sid}

twilio.com:twilio_verify_v2

Summary:
Operation ID: FetchChallenge
Auth: unknown
Description

Fetch a specific Challenge.

Parameters (3)

Identity (string, path, required)

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.

ServiceSid (string, path, required)

The unique SID identifier of the Service.

Constraints: {'minLength': 34, 'maxLength': 34, 'pattern': '^VA[0-9a-fA-F]{32}$'}

Sid (string, path, required)

A 34 character string that uniquely identifies this Challenge.

Constraints: {'minLength': 34, 'maxLength': 34, 'pattern': '^YC[0-9a-fA-F]{32}$'}

No probe data for this endpoint yet.