I have been trying to connect to IB TWS using C++ APIs. It looks like I need to know my Account-Code tough to connect with the APIs, but I don't know where to find it.
{
"host": "localhost",
"port": 7497,
"clientId": 888, # this should be a random number for the Demo
"accountCode": "?"
}