Initialize Brokerage Session
This guide documentshow to make authenticated requests to IBKR’s Client Portal API once a Bearer session token has been established. Unlike the preceding OAuth2 steps, this is not a token-issuance exchange; it is the pattern used for all subsequent authenticated API calls. It is demonstrated here against the /iserver/auth/ssodh/init endpoint, which activates (initializes) the brokerage session required before trading or account-data endpoints become usable.
This is the final step in the IBKR OAuth2 authentication flow, following:
- Access Token
- Bearer Token / SSO Session
- Initialize Brokerage Session (authenticated request, documented here)

