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

twilio.com:twilio_verify_v2

Summary:
Operation ID: FetchFactor
Auth: unknown
Description

Fetch a specific Factor.

Parameters (3)

Identity (string, path, required)

Customer unique identity for the Entity owner of the Factor. 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 Factor.

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

No probe data for this endpoint yet.