# Fetch a specific Factor **GET /v2/Services/{ServiceSid}/Entities/{Identity}/Factors/{Sid}** Fetch a specific Factor. TODO: Resource-level docs ## Servers ## Parameters ### Path parameters - **ServiceSid** (string) The unique SID identifier of the Service. - **Identity** (string) 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. - **Sid** (string) A 34 character string that uniquely identifies this Factor. ## Responses ### 200 OK #### Body: (object) - **account_sid** (string | null) Account Sid. - **config** () Configurations for a `factor_type`. - **date_created** (string(date-time) | null) The date this Factor was created - **date_updated** (string(date-time) | null) The date this Factor was updated - **entity_sid** (string | null) Entity Sid. - **factor_type** (string | null) The Type of this Factor - **friendly_name** (string | null) A human readable description of this resource. - **identity** (string | null) Unique external identifier of the Entity - **metadata** () Metadata of the factor. - **service_sid** (string | null) Service Sid. - **sid** (string | null) A string that uniquely identifies this Factor. - **status** (string | null) The Status of this Factor - **url** (string(uri) | null) The URL of this resource. [Powered by Bump.sh](https://bump.sh)