# Refresh CVC2 Create a session to update the Security Code from a Hellgate Token using our SDK. Endpoint: POST /tokens/{id}/refresh-session Version: 2.0 Security: APIKeyAuth ## Path parameters: - `id` (string, required) The ID of the Hellgate token ## Response 200 fields (application/json): - `session_id` (string, required) The ID of the session which needs to be used to initialize the SDK. ## Response 401 fields (application/json): - `code` (integer) The corresponding HTTP status code for the error - `classifier` (string) Technical code that helps to identify the error - `message` (string) Human readable representation of the error ## Response 403 fields (application/json): - `code` (integer) The corresponding HTTP status code for the error - `classifier` (string) Technical code that helps to identify the error - `message` (string) Human readable representation of the error ## Response 404 fields (application/json): - `code` (integer) The corresponding HTTP status code for the error - `classifier` (string) Technical code that helps to identify the error - `message` (string) Human readable representation of the error