/preference/getSingle
https://browser.prod.ibkr-svc.com/ibgroup.custops.cps/preference/set
-
Service to view preferred language for existing account. .
-
HTTP Request Type: POST

Name |
Value |
Description |
Usage |
---|---|---|---|
userName |
string |
User ID associated with the account. Use /getAccountDetails to pull use ID by Account ID.
|
Required |
accountId |
string |
IBKR Client Account Number |
Required |
preferenceClass |
LANGUAGE |
Static Value- always required. |
Required |
JSON Request
curl -X POST -H "Content-type: application/json" -d '{"userName":"<EnterUserIdAssicatedWithAccount>", "accountId":"<IBKRAccountID>", "preferenceClass":"LANGUAGE"}' -k "https://browser.prod.ibkr-svc.com/ibgroup.custops.cps/preference/getSingle
Sample
curl -X POST -H "Content-type: application/json" -d '{"userName":"tester1234", "accountId":"U123456", "preferenceClass":"LANGUAGE"}' -k "https://browser.prod.ibkr-svc.com/ibgroup.custops.cps/preference/getSingle