maintainSession

get

/ccstore/v1/metering/session

Maintain session. Checks the session token provided in the session_token-store cookie for its authenticity and expiration. If the X-CC-Session-Token header is is present, its value takes precedence over the cookie token for validation. Following validation, the server sets the session_token-store cookie in the response. If the current session token is valid, the same value is retained in the cookie. If the token is invalid or a new session is initiated, a new session is started and the session token is returned in the cookie.

Request

Supported Media Types
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

The following model is returned upon successful completion of the operation.
Body ()
Root Schema : maintainSession_response
Type: object
Show Source
Example Response (application/json)
{
    "valid":false
}

Default Response

The error response
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top