---
title: "CCP Status"
method: GET
path: "/ccp/status"
tags: ["CCP (Beta)"]
---

# CCP Status

`GET /ccp/status`

Provide the current CCP session status. When using the Gateway this endpoint will also initiate a brokerage session to CCP by sending /auth/init and response.

## Response `200`

Valid result

- object
  - `authenticated` boolean — Login session is authenticated to the CCP.
  - `connected` boolean — Login session is connected
  - `name` string — server name

## Other responses

- `401` — Access denied
- `500` — System error

---

[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)
