# Update the access token for a social identity by verification ID **PUT /api/my-account/identities/{target}/access-token** This API updates the token storage for a social identity by a given social verification ID. It is used to fetch a new access token from the social provider and store it securely in Logto. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **target** (string) ## Body parameters Content-type: application/json - **verificationRecordId** (string) ## Responses ### 200: The token storage was updated successfully. The new access token is returned in the response body. #### Body Parameters: application/json (object) - **access_token** (string) - **scope** (string) - **token_type** (string) - **expires_in** (number | string) ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 422: The verification record is invalid; the social identity does not exist; or the access token is not available. [Powered by Bump.sh](https://bump.sh)