# Renew token

To keep your session alive, use the ID and password issued to you to renew your token. If your token is expired, you are issued a new token.

Endpoint: GET /v2/sso/token/renew
Version: 1.0.1
Security: SSO_TOKEN

## Response 200 fields (application/json):

  - `status` (string)
    Request status.

  - `errorCode` (string)
    Error code, if any.

  - `responseTuples` (object)
    List of JSON objects with additional information on the response, if any.

  - `valid` (boolean)
    Whether or not the token is valid.

  - `expiryTime` (integer)
    Expiry time of API session in milliseconds.

  - `apiVersion` (string)
    The API version that you are interacting with.

  - `expired` (boolean)
    Whether or not the token is expired.

