---
title: "Authentication Status"
method: POST
path: "/iserver/auth/status"
tags: ["Session"]
---

# Authentication Status

`POST /iserver/auth/status`

Current Authentication status to the Brokerage system. Market Data and Trading is not possible if not authenticated, e.g. authenticated shows false

## Response `200`

Authentication Status

- AuthStatus
  - `authenticated` boolean — Brokerage session is authenticated
  - `connected` boolean — Connected to backend
  - `competing` boolean — Brokerage session is competing, e.g. user is logged in to IBKR Mobile, WebTrader, TWS or other trading platforms.
  - `fail` string — Authentication failed, why.
  - `message` string — System messages that may affect trading
  - `prompts` string[] — Prompt messages that may affect trading or the account

---

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