# Fetch an Access Token for the Entity **GET /v2/Services/{ServiceSid}/AccessTokens/{Sid}** Fetch an Access Token for the Entity TODO: Resource-level docs ## Servers ## Parameters ### Path parameters - **ServiceSid** (string) The unique SID identifier of the Service. - **Sid** (string) A 34 character string that uniquely identifies this Access Token. ## Responses ### 200 OK #### Body: (object) - **account_sid** (string | null) Account Sid. - **date_created** (string(date-time) | null) The date this access token was created - **entity_identity** (string | null) Unique external identifier of the Entity - **factor_friendly_name** (string | null) A human readable description of this factor. - **factor_type** (string | null) The Type of the Factor - **service_sid** (string | null) Verify Service Sid. - **sid** (string | null) A string that uniquely identifies this Access Token. - **token** (string | null) Generated access token. - **ttl** (integer | null) How long, in seconds, the access token is valid. - **url** (string(uri) | null) The URL of this resource. [Powered by Bump.sh](https://bump.sh)