---
title: "Validate SSO"
method: GET
path: "/sso/validate"
tags: ["Session"]
---

# Validate SSO

`GET /sso/validate`

Validates the current session for the SSO user

## Response `200`

An Object

- object
  - `LOGIN_TYPE` number — 1 for Live, 2 for Paper
  - `USER_NAME` string — Username
  - `USER_ID` number — User ID
  - `expire` number — Time in milliseconds until session expires. Caller needs to call the again to re-validate session
  - `RESULT` boolean — true if session was validated; false if not.
  - `AUTH_TIME` number — Time of session validation

## Other responses

- `401` — Authentication failed
- `500` — System failed

---

[API](https://skmtc.dev/ibkr/apis/client-portal-web-api.md) · [All operations](https://skmtc.dev/ibkr/apis/client-portal-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibkr/client-portal-web-api/revisions/32edbfe496d1/schema)
