# Fetch an Access Token for the Entity **GET /v2/Services/{ServiceSid}/AccessTokens/{Sid}** Fetch an Access Token for the Entity ## Servers - https://verify.twilio.com: https://verify.twilio.com () ## Authentication methods - Account sid auth token ## 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 #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **sid** (string | null) A 34 character string that uniquely identifies this Access Token. - **account_sid** (string | null) The unique SID identifier of the Account. - **service_sid** (string | null) The unique SID identifier of the Verify Service. - **entity_identity** (string | null) The unique external identifier for the Entity of the Service. - **factor_type** (string) The Type of the Factor. Currently only `push` is supported. - **factor_friendly_name** (string | null) A human readable description of this factor, up to 64 characters. For a push factor, this can be the device's name. - **token** (string | null) The access token generated for enrollment, this is an encrypted json web token. - **url** (string(uri) | null) The URL of this resource. - **ttl** (integer) How long, in seconds, the access token is valid. Max: 5 minutes - **date_created** (string(date-time) | null) The date that this access token was created, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. [Powered by Bump.sh](https://bump.sh)